From bbac5935a221afd507f972b3e94aaccc49d5afdc Mon Sep 17 00:00:00 2001 From: Vincent Audebert Date: Thu, 22 Feb 2018 08:26:54 +1300 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 27 ++++++++++++++++++--------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5f41239..c694f52c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-accessible-accordion", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f24e417..bf33ae51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-accessible-accordion", - "version": "1.0.2", + "version": "2.0.0", "description": "Accessible Accordion component for React", "main": "dist/umd/index.js", "jsnext:main": "dist/es/index.js", @@ -16,10 +16,8 @@ "css": "cp src/react-accessible-accordion.css dist", "build": "NODE_ENV=production rollup -c", "start": "npm run js:watch", - "start-demo": - "webpack-dev-server --config ./webpack/webpack.config.demo.js", - "pages": - "rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js", + "start-demo": "webpack-dev-server --config ./webpack/webpack.config.demo.js", + "pages": "rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js", "deploy": "npm run pages && ./bin/deploy.sh", "prettier": "prettier **/*.js --write", "prepublish": "npm run build" @@ -41,13 +39,22 @@ ], "env": { "test": { - "presets": ["es2015", "react", "stage-2"] + "presets": [ + "es2015", + "react", + "stage-2" + ] } } }, "jest": { - "setupFiles": ["./src/setupTests.js"], - "testPathIgnorePatterns": ["/node_modules/", "/dist/"] + "setupFiles": [ + "./src/setupTests.js" + ], + "testPathIgnorePatterns": [ + "/node_modules/", + "/dist/" + ] }, "keywords": [ "react", @@ -57,7 +64,9 @@ "accessible", "accessibility" ], - "authors": ["Vincent Audebert "], + "authors": [ + "Vincent Audebert " + ], "contributors": [ { "name": "Mitch Ryan",