Skip to content

Commit bbac593

Browse files
2.0.0
1 parent 1a2e12c commit bbac593

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+18-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-accordion",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Accessible Accordion component for React",
55
"main": "dist/umd/index.js",
66
"jsnext:main": "dist/es/index.js",
@@ -16,10 +16,8 @@
1616
"css": "cp src/react-accessible-accordion.css dist",
1717
"build": "NODE_ENV=production rollup -c",
1818
"start": "npm run js:watch",
19-
"start-demo":
20-
"webpack-dev-server --config ./webpack/webpack.config.demo.js",
21-
"pages":
22-
"rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js",
19+
"start-demo": "webpack-dev-server --config ./webpack/webpack.config.demo.js",
20+
"pages": "rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js",
2321
"deploy": "npm run pages && ./bin/deploy.sh",
2422
"prettier": "prettier **/*.js --write",
2523
"prepublish": "npm run build"
@@ -41,13 +39,22 @@
4139
],
4240
"env": {
4341
"test": {
44-
"presets": ["es2015", "react", "stage-2"]
42+
"presets": [
43+
"es2015",
44+
"react",
45+
"stage-2"
46+
]
4547
}
4648
}
4749
},
4850
"jest": {
49-
"setupFiles": ["./src/setupTests.js"],
50-
"testPathIgnorePatterns": ["/node_modules/", "/dist/"]
51+
"setupFiles": [
52+
"./src/setupTests.js"
53+
],
54+
"testPathIgnorePatterns": [
55+
"/node_modules/",
56+
"/dist/"
57+
]
5158
},
5259
"keywords": [
5360
"react",
@@ -57,7 +64,9 @@
5764
"accessible",
5865
"accessibility"
5966
],
60-
"authors": ["Vincent Audebert <[email protected]>"],
67+
"authors": [
68+
"Vincent Audebert <[email protected]>"
69+
],
6170
"contributors": [
6271
{
6372
"name": "Mitch Ryan",

0 commit comments

Comments
 (0)