sheet-happens 0.0.55 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheet-happens",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "React Spreadsheet",
5
5
  "author": "Luka-M",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "test:lint": "eslint .",
24
24
  "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
25
25
  "test:watch": "react-scripts test --env=jsdom",
26
- "predeploy": "cd example && yarn install && yarn run build",
26
+ "predeploy": "cd example && yarn install && DISABLE_ESLINT_PLUGIN=true yarn run build",
27
27
  "deploy": "gh-pages -d example/build"
28
28
  },
29
29
  "peerDependencies": {