Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
risq committed Dec 17, 2018
1 parent c248fbc commit 5e68115
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
"release": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.release.js && cp -r server build/release && cp package.json build/release",
"lint": "eslint src config server",
"lint-fix": "eslint src config server --fix",
"test": "echo \"tests: todo !\"",
"precommit": "lint-staged"
"test": "echo \"tests: todo !\""
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": [
Expand All @@ -21,7 +25,6 @@
"repository": "git@github.com:wanadev/obsidianjs-starter.git",
"author": "wanadev",
"license": "MIT",

"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
Expand Down

0 comments on commit 5e68115

Please sign in to comment.