Skip to content

Commit

Permalink
2.4.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Jul 24, 2018
1 parent f6dc706 commit b585246
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
"build:clean": "mkdir dist || true & rm -rf dist/*",
"build:rollup": "rollup -c",
"build:flow": "flow-copy-source src dist/es -i \"**/*.spec.js\"",
"build":
"npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
"build": "npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup",
"start": "npm run js:watch",
"start-demo": "webpack-dev-server --mode=development",
"pages":
"rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
"pages": "rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
"deploy": "npm run pages && ./bin/deploy.sh",
"prettier": "prettier **/*.js --write",
"prepublishOnly": "npm run build"
Expand All @@ -30,9 +28,14 @@
"url": "git+https://github.com/springload/react-accessible-accordion.git"
},
"jest": {
"setupFiles": ["./src/setupTests.js"],
"setupFiles": [
"./src/setupTests.js"
],
"setupTestFrameworkScriptFile": "./src/setupTestFramework.js",
"testPathIgnorePatterns": ["/node_modules/", "/dist/"]
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
},
"keywords": [
"react",
Expand All @@ -42,7 +45,9 @@
"accessible",
"accessibility"
],
"authors": ["Vincent Audebert <vincent@springload.co.nz>"],
"authors": [
"Vincent Audebert <vincent@springload.co.nz>"
],
"contributors": [
{
"name": "Mitch Ryan",
Expand Down

0 comments on commit b585246

Please sign in to comment.