Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Dec 21, 2018
1 parent dc4b100 commit 54febdc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@
}
},
"dist/bundle.cjs.js": {
"bundled": 88776,
"minified": 58882,
"gzipped": 10585
"bundled": 91867,
"minified": 60513,
"gzipped": 10683
},
"dist/bundle.esm.js": {
"bundled": 87646,
"minified": 57908,
"gzipped": 10344,
"bundled": 90737,
"minified": 59539,
"gzipped": 10442,
"treeshaked": {
"rollup": {
"code": 42405,
"code": 43828,
"import_statements": 98
},
"webpack": {
"code": 45291
"code": 46736
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rbx",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "The Comprehensive Bulma UI Framework for React",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
Expand All @@ -10,7 +10,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && rollup -c && cpx \"src/**/*.sass\" dist",
"clean": "rimraf dist es lib",
"clean": "rimraf dist",
"coveralls": "cat ./.coverage/lcov.info | coveralls",
"lint": "tslint --project .",
"storybook:deploy": "storybook-to-ghpages",
Expand Down

0 comments on commit 54febdc

Please sign in to comment.