Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit e47e9a8

Browse files
authored
Merge pull request NightlyCommit#19 from ryuran/master
Move slash to dependency
2 parents 48a4d12 + 9ff09b0 commit e47e9a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"dependencies": {
4848
"crypto-js": "^3.1.9-1",
4949
"loader-utils": "^1.2.3",
50-
"schema-utils": "^2.2.0"
50+
"schema-utils": "^2.2.0",
51+
"slash": "^3.0.0"
5152
},
5253
"devDependencies": {
5354
"@types/loader-utils": "^1.1.3",
@@ -64,7 +65,6 @@
6465
"nyc": "^14.1.1",
6566
"rimraf": "^2.7.1",
6667
"sinon": "^7.5.0",
67-
"slash": "^3.0.0",
6868
"tap-bail": "^1.0.0",
6969
"tap-spec": "^5.0.0",
7070
"tape": "^4.11.0",

0 commit comments

Comments
 (0)