Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Sep 10, 2019
1 parent 9060605 commit 9703d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ yarn
yarn test

# build and check .br size to claim the size under 1KB
yarn build --compress
yarn build
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxm",
"version": "1.1.0",
"version": "1.1.1",
"description": "User experience metrics",
"repository": "treosh/uxm",
"author": "Aleksey Kulikov <alekseykulikov@me.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"deviceMemory"
],
"scripts": {
"build": "rm -rf dist && microbundle --no-sourcemap --no-compress",
"build": "rm -rf dist && microbundle --no-sourcemap",
"test": "prettier -c src/** package.json README.md && tsc -p . && yarn build && ava test/*.js"
},
"ava": {
Expand Down

0 comments on commit 9703d31

Please sign in to comment.