|
1 | 1 | {
|
2 | 2 | "name": "react-accessible-accordion",
|
3 |
| - "version": "1.0.2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Accessible Accordion component for React",
|
5 | 5 | "main": "dist/umd/index.js",
|
6 | 6 | "jsnext:main": "dist/es/index.js",
|
|
16 | 16 | "css": "cp src/react-accessible-accordion.css dist",
|
17 | 17 | "build": "NODE_ENV=production rollup -c",
|
18 | 18 | "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", |
23 | 21 | "deploy": "npm run pages && ./bin/deploy.sh",
|
24 | 22 | "prettier": "prettier **/*.js --write",
|
25 | 23 | "prepublish": "npm run build"
|
|
41 | 39 | ],
|
42 | 40 | "env": {
|
43 | 41 | "test": {
|
44 |
| - "presets": ["es2015", "react", "stage-2"] |
| 42 | + "presets": [ |
| 43 | + "es2015", |
| 44 | + "react", |
| 45 | + "stage-2" |
| 46 | + ] |
45 | 47 | }
|
46 | 48 | }
|
47 | 49 | },
|
48 | 50 | "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 | + ] |
51 | 58 | },
|
52 | 59 | "keywords": [
|
53 | 60 | "react",
|
|
57 | 64 | "accessible",
|
58 | 65 | "accessibility"
|
59 | 66 | ],
|
60 |
| - "authors": [ "Vincent Audebert <[email protected]>"], |
| 67 | + "authors": [ |
| 68 | + "Vincent Audebert <[email protected]>" |
| 69 | + ], |
61 | 70 | "contributors": [
|
62 | 71 | {
|
63 | 72 | "name": "Mitch Ryan",
|
|
0 commit comments