Skip to content

Commit a128740

Browse files
authored
chore(devDependencies): move stylus and stylus-loader to devDependencies (#7)
1 parent ac5fea1 commit a128740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"test:unit": "vue-cli-service test:unit"
1212
},
1313
"dependencies": {
14-
"stylus": "^0.54.5",
15-
"stylus-loader": "^3.0.2",
1614
"vanilla-lazyload": "^8.17.0",
1715
"vue": "^2.5.21"
1816
},
@@ -28,7 +26,9 @@
2826
"babel-jest": "^23.6.0",
2927
"eslint": "^5.8.0",
3028
"eslint-plugin-vue": "^5.0.0",
31-
"vue-template-compiler": "^2.5.21"
29+
"vue-template-compiler": "^2.5.21",
30+
"stylus": "^0.54.5",
31+
"stylus-loader": "^3.0.2"
3232
},
3333
"eslintConfig": {
3434
"root": true,

0 commit comments

Comments
 (0)