Skip to content

Commit ab5746f

Browse files
committed
0.3.1
* Fixing build caused by @testing-library/react-hooks testing-library/react-hooks-testing-library#110
1 parent 34569e9 commit ab5746f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"build": "npm run clean && npm run lint && npm run build:css && pika build && npm run clean:css",
1111
"build:css": "sass -s compressed --embed-source-map src/styles/** ./css/shuttle.css",
1212
"build:test": "npm run clean && tsc src/index.ts --pretty --jsx react --esModuleInterop --downLevelIteration --outDir pkg",
13-
"clean": "rimraf pkg/**",
14-
"clean:css": "rimraf ./css/**",
13+
"clean": "rimraf pkg/",
14+
"clean:css": "rimraf css/",
1515
"version": "npm run build",
1616
"lint": "eslint \"src/**/*.{ts,tsx}\""
1717
},
@@ -83,7 +83,7 @@
8383
"@testing-library/react": "^9.1.3",
8484
"@testing-library/react-hooks": "^2.0.1",
8585
"@types/jest": "^24.0.18",
86-
"@types/react": "^16.9.2",
86+
"@types/react": "=16.9.1",
8787
"@types/react-dom": "^16.9.0",
8888
"@typescript-eslint/parser": "^2.0.0",
8989
"coveralls": "^3.0.6",

0 commit comments

Comments
 (0)