Skip to content

Commit da92d8d

Browse files
committed
build: remove dep to depDev because use buildin
1 parent 3f308d7 commit da92d8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
"pattern",
3535
"mask"
3636
],
37-
"dependencies": {
38-
"restricted-input": "^2.0.1"
39-
},
37+
"dependencies": {},
4038
"devDependencies": {
4139
"@babel/core": "^7.2.2",
4240
"@babel/preset-env": "^7.3.1",
@@ -70,6 +68,7 @@
7068
"require-extension-hooks": "^0.3.3",
7169
"require-extension-hooks-babel": "^1.0.0",
7270
"require-extension-hooks-vue": "^3.0.0",
71+
"restricted-input": "^2.0.1",
7372
"rimraf": "^2.6.3",
7473
"rollup": "^1.1.2",
7574
"rollup-plugin-babel": "^4.3.2",

0 commit comments

Comments
 (0)