Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit ea4f286

Browse files
lukeedfrostney
authored andcommitted
Declare slash as dependency (#17)
1 parent 4a61f86 commit ea4f286

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
"nyc": "^5.6.0",
4444
"rimraf": "^2.5.2",
4545
"rollup": "^0.25.4",
46-
"rollup-babel-lib-bundler": "^2.2.4",
47-
"slash": "^1.0.0"
46+
"rollup-babel-lib-bundler": "^2.2.4"
4847
},
49-
"dependencies": {}
48+
"dependencies": {
49+
"slash": "^1.0.0"
50+
}
5051
}

0 commit comments

Comments
 (0)