소스 검색

change node/npm version

John 9 년 전
부모
커밋
25733a1fa7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -1,8 +1,8 @@
 {
   "private": true,
   "engines": {
-    "node": ">=5",
-    "npm": ">=3.8"
+    "node": ">=5.0",
+    "npm": ">=3.3"
   },
   "dependencies": {
     "autoprefixer": "^6.3.6",
@@ -92,7 +92,7 @@
   },
   "scripts": {
     "eslint": "eslint components core routes test tools",
-    "stylelint": "stylelint \"components/**/*.css\" \"routes/**/*.css\"",
+    "stylelint": "stylelint \"src/components/**/*.css\" \"src/routes/**/*.css\"",
     "lint": "npm run eslint && npm run stylelint",
     "test": "mocha --compilers js:babel-register",
     "test:watch": "mocha --compilers js:babel-register --reporter min --watch",