Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2019-04-05)

### Bug Fixes

* use bundlesize instead ([#71](#71)) ([302ff27](302ff27))
  • Loading branch information
semantic-release-bot committed Apr 5, 2019
1 parent 302ff27 commit ae5bf2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "chemicaltools",
"version": "1.2.0",
"version": "1.2.1",
"description": "Chemical Tools for Chemistry students.",
"main": "src/index.js",
"scripts": {
"test": "NODE_ICU_DATA='node_modules/full-icu' nyc mocha test/test",
"coverage": "nyc report --reporter=text-lcov > y && codecov",
"build": "webpack -p --progress && bundlesize"
},
"bundlesize":[
{
"path": "./dist/main.js"
}
"bundlesize": [
{
"path": "./dist/main.js"
}
],
"repository": {
"type": "git",
Expand Down

0 comments on commit ae5bf2a

Please sign in to comment.