Skip to content

Commit

Permalink
Merge branch 'master' into fix/dev-deps-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentaudebert committed Oct 3, 2017
2 parents 0390cc5 + 20b97aa commit 7598dbe
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"test:coverage": "jest --coverage",
"test:coverage:watch": "jest --coverage --watch",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint",
"lint": "eslint .",
"js": "babel -d dist src",
"js:watch": "npm run js -- --watch",
"css": "cp src/react-accessible-accordion.css dist",
Expand All @@ -25,17 +25,10 @@
"url": "git+https://github.com/springload/react-accessible-accordion.git"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
"presets": ["es2015", "react", "stage-2"]
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
"testPathIgnorePatterns": ["/node_modules/", "/dist/"]
},
"keywords": [
"react",
Expand All @@ -45,10 +38,12 @@
"accessible",
"accessibility"
],
"authors": [
"Vincent Audebert <vincent@springload.co.nz>"
],
"authors": ["Vincent Audebert <vincent@springload.co.nz>"],
"contributors": [
{
"name": "Mitch Ryan",
"url": "https://github.com/ryami333"
},
{
"name": "Samantha Sanders"
},
Expand Down

0 comments on commit 7598dbe

Please sign in to comment.