Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
* Fixing build caused by @testing-library/react-hooks testing-library/react-hooks-testing-library#110
  • Loading branch information
atomicpages committed Aug 27, 2019
1 parent 34569e9 commit ab5746f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "npm run clean && npm run lint && npm run build:css && pika build && npm run clean:css",
"build:css": "sass -s compressed --embed-source-map src/styles/** ./css/shuttle.css",
"build:test": "npm run clean && tsc src/index.ts --pretty --jsx react --esModuleInterop --downLevelIteration --outDir pkg",
"clean": "rimraf pkg/**",
"clean:css": "rimraf ./css/**",
"clean": "rimraf pkg/",
"clean:css": "rimraf css/",
"version": "npm run build",
"lint": "eslint \"src/**/*.{ts,tsx}\""
},
Expand Down Expand Up @@ -83,7 +83,7 @@
"@testing-library/react": "^9.1.3",
"@testing-library/react-hooks": "^2.0.1",
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
"@types/react": "=16.9.1",
"@types/react-dom": "^16.9.0",
"@typescript-eslint/parser": "^2.0.0",
"coveralls": "^3.0.6",
Expand Down

0 comments on commit ab5746f

Please sign in to comment.