Skip to content

Commit 9c1b37a

Browse files
committed
Make pre-release
1 parent 250afb7 commit 9c1b37a

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

package.json

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-accordion",
3-
"version": "2.4.3",
3+
"version": "2.4.4-beta.0",
44
"description": "Accessible Accordion component for React",
55
"main": "dist/umd/index.js",
66
"jsnext:main": "dist/es/index.js",
@@ -15,10 +15,12 @@
1515
"build:clean": "mkdir dist || true & rm -rf dist/*",
1616
"build:rollup": "rollup -c",
1717
"build:flow": "flow-copy-source src dist/es -i \"**/*.spec.js\"",
18-
"build": "npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
18+
"build":
19+
"npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
1920
"start": "npm run js:watch",
2021
"start-demo": "webpack-dev-server --mode=development",
21-
"pages": "rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
22+
"pages":
23+
"rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
2224
"deploy": "npm run pages && ./bin/deploy.sh",
2325
"prettier": "prettier **/*.js --write",
2426
"prepublishOnly": "npm run build"
@@ -28,14 +30,9 @@
2830
"url": "git+https://github.com/springload/react-accessible-accordion.git"
2931
},
3032
"jest": {
31-
"setupFiles": [
32-
"./src/setupTests.js"
33-
],
33+
"setupFiles": ["./src/setupTests.js"],
3434
"setupTestFrameworkScriptFile": "./src/setupTestFramework.js",
35-
"testPathIgnorePatterns": [
36-
"/node_modules/",
37-
"/dist/"
38-
]
35+
"testPathIgnorePatterns": ["/node_modules/", "/dist/"]
3936
},
4037
"keywords": [
4138
"react",
@@ -45,9 +42,7 @@
4542
"accessible",
4643
"accessibility"
4744
],
48-
"authors": [
49-
"Vincent Audebert <[email protected]>"
50-
],
45+
"authors": ["Vincent Audebert <[email protected]>"],
5146
"contributors": [
5247
{
5348
"name": "Mitch Ryan",

0 commit comments

Comments
 (0)