Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
fixed npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed May 29, 2021
1 parent 3ec3450 commit e764d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "microbundle-crl --no-compress --format modern,cjs",
"genDocs": "typedoc",
"postinstall": "node ./scripts/postinstall.js"
"postinstall": "node ./scripts/postinstall.js",
"test": "echo 'no test specified' || true"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down

0 comments on commit e764d78

Please sign in to comment.