Skip to content

Commit b585246

Browse files
committed
2.4.4-beta.1
1 parent f6dc706 commit b585246

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
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

+12-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
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":
19-
"npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
18+
"build": "npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
2019
"start": "npm run js:watch",
2120
"start-demo": "webpack-dev-server --mode=development",
22-
"pages":
23-
"rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
21+
"pages": "rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
2422
"deploy": "npm run pages && ./bin/deploy.sh",
2523
"prettier": "prettier **/*.js --write",
2624
"prepublishOnly": "npm run build"
@@ -30,9 +28,14 @@
3028
"url": "git+https://github.com/springload/react-accessible-accordion.git"
3129
},
3230
"jest": {
33-
"setupFiles": ["./src/setupTests.js"],
31+
"setupFiles": [
32+
"./src/setupTests.js"
33+
],
3434
"setupTestFrameworkScriptFile": "./src/setupTestFramework.js",
35-
"testPathIgnorePatterns": ["/node_modules/", "/dist/"]
35+
"testPathIgnorePatterns": [
36+
"/node_modules/",
37+
"/dist/"
38+
]
3639
},
3740
"keywords": [
3841
"react",
@@ -42,7 +45,9 @@
4245
"accessible",
4346
"accessibility"
4447
],
45-
"authors": ["Vincent Audebert <[email protected]>"],
48+
"authors": [
49+
"Vincent Audebert <[email protected]>"
50+
],
4651
"contributors": [
4752
{
4853
"name": "Mitch Ryan",

0 commit comments

Comments
 (0)