Skip to content

Commit

Permalink
fix(deps): update deps, add eslintConfig field
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 5, 2017
1 parent 67ae2b6 commit 074a728
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 146 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -47,9 +47,14 @@
"rollup-plugin-node-resolve": "^2.0.0",
"semver": "^5.3.0",
"sliced": "^1.0.1",
"standard": "^9.0.0",
"standard": "^10.0.0",
"standard-version": "^4.0.0"
},
"eslintConfig": {
"extends": [
"standard"
]
},
"files": [
"index.js",
"dist/"
Expand All @@ -76,11 +81,6 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"standard": {
"ignore": [
"dist/**"
]
},
"nyc": {
"check-coverage": true,
"statements": 100,
Expand Down

0 comments on commit 074a728

Please sign in to comment.