Skip to content

Commit 98dbff8

Browse files
2.1.0
1 parent 0012418 commit 98dbff8

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-accordion",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Accessible Accordion component for React",
55
"main": "dist/umd/index.js",
66
"jsnext:main": "dist/es/index.js",
@@ -17,13 +17,10 @@
1717
"build:clean": "rm -rf dist/",
1818
"build:rollup": "NODE_ENV=production rollup -c",
1919
"build:flow": "flow-copy-source src dist/es -i \"**/*.spec.js\"",
20-
"build":
21-
"npm run build:clean && npm run build:flow && npm run build:rollup",
20+
"build": "npm run build:clean && npm run build:flow && npm run build:rollup",
2221
"start": "npm run js:watch",
23-
"start-demo":
24-
"webpack-dev-server --config ./webpack/webpack.config.demo.js",
25-
"pages":
26-
"rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js",
22+
"start-demo": "webpack-dev-server --config ./webpack/webpack.config.demo.js",
23+
"pages": "rm -rf pages && cp -R demo pages && webpack --config=./webpack/webpack.config.pages.js",
2724
"deploy": "npm run pages && ./bin/deploy.sh",
2825
"prettier": "prettier **/*.js --write",
2926
"prepublishOnly": "npm run build"
@@ -45,13 +42,22 @@
4542
],
4643
"env": {
4744
"test": {
48-
"presets": ["es2015", "react", "stage-2"]
45+
"presets": [
46+
"es2015",
47+
"react",
48+
"stage-2"
49+
]
4950
}
5051
}
5152
},
5253
"jest": {
53-
"setupFiles": ["./src/setupTests.js"],
54-
"testPathIgnorePatterns": ["/node_modules/", "/dist/"]
54+
"setupFiles": [
55+
"./src/setupTests.js"
56+
],
57+
"testPathIgnorePatterns": [
58+
"/node_modules/",
59+
"/dist/"
60+
]
5561
},
5662
"keywords": [
5763
"react",
@@ -61,7 +67,9 @@
6167
"accessible",
6268
"accessibility"
6369
],
64-
"authors": ["Vincent Audebert <[email protected]>"],
70+
"authors": [
71+
"Vincent Audebert <[email protected]>"
72+
],
6573
"contributors": [
6674
{
6775
"name": "Mitch Ryan",

0 commit comments

Comments
 (0)