Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Jul 27, 2019
1 parent afed592 commit 2010ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"module": "dist/index.m.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "npm-run-all --silent -p build:*",
"build": "npm-run-all --silent -p build:* -s size",
"build:microbundle": "microbundle",
"build:size": "strip-json-comments --no-whitespace dist/*.js | gzip-size ",
"size": "strip-json-comments --no-whitespace dist/*.js | gzip-size ",
"build:docs": "documentation readme lib/*.js -q --section API && yarn fixreadme",
"dev": "microbundle --watch",
"lint": "eslint ./lib --fix",
Expand Down

0 comments on commit 2010ecb

Please sign in to comment.