Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta authored Apr 7, 2018
1 parent 3ab8391 commit e205cfd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "2.0.0",
"repository": {
"type": "git",
"url": "[email protected]:tadatuta/bem-express.git"
"url": "[email protected]:bem/bem-express.git"
},
"engines": {
"node": ">=0.12"
"node": ">=4"
},
"browserslist": [
"ie >= 10",
Expand Down Expand Up @@ -82,6 +82,5 @@
"watch": "chokidar '*.blocks/**' --initial -c 'enb make && notify -t bem-express -m Built'",
"test": "npm run lint && npm run make",
"lint": "eslint . && bemhint . && stylelint *.blocks/**/*.css"
},
"private": true
}
}

0 comments on commit e205cfd

Please sign in to comment.