| 
1 | 1 | {  | 
2 | 2 |   "name": "react-accessible-accordion",  | 
3 |  | -  "version": "2.0.0",  | 
 | 3 | +  "version": "2.1.0",  | 
4 | 4 |   "description": "Accessible Accordion component for React",  | 
5 | 5 |   "main": "dist/umd/index.js",  | 
6 | 6 |   "jsnext:main": "dist/es/index.js",  | 
 | 
17 | 17 |     "build:clean": "rm -rf dist/",  | 
18 | 18 |     "build:rollup": "NODE_ENV=production rollup -c",  | 
19 | 19 |     "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",  | 
22 | 21 |     "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",  | 
27 | 24 |     "deploy": "npm run pages && ./bin/deploy.sh",  | 
28 | 25 |     "prettier": "prettier **/*.js --write",  | 
29 | 26 |     "prepublishOnly": "npm run build"  | 
 | 
45 | 42 |     ],  | 
46 | 43 |     "env": {  | 
47 | 44 |       "test": {  | 
48 |  | -        "presets": ["es2015", "react", "stage-2"]  | 
 | 45 | +        "presets": [  | 
 | 46 | +          "es2015",  | 
 | 47 | +          "react",  | 
 | 48 | +          "stage-2"  | 
 | 49 | +        ]  | 
49 | 50 |       }  | 
50 | 51 |     }  | 
51 | 52 |   },  | 
52 | 53 |   "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 | +    ]  | 
55 | 61 |   },  | 
56 | 62 |   "keywords": [  | 
57 | 63 |     "react",  | 
 | 
61 | 67 |     "accessible",  | 
62 | 68 |     "accessibility"  | 
63 | 69 |   ],  | 
64 |  | -  "authors": [ "Vincent Audebert <[email protected]>"],   | 
 | 70 | +  "authors": [  | 
 | 71 | +    "Vincent Audebert <[email protected]>"  | 
 | 72 | +  ],  | 
65 | 73 |   "contributors": [  | 
66 | 74 |     {  | 
67 | 75 |       "name": "Mitch Ryan",  | 
 | 
0 commit comments