From ae5bf2ad7ec2125c92db70c012432eab737e7ca3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Apr 2019 18:25:33 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/njzjz/chemicaltools-js/compare/v1.2.0...v1.2.1) (2019-04-05) ### Bug Fixes * use bundlesize instead ([#71](https://github.com/njzjz/chemicaltools-js/issues/71)) ([302ff27](https://github.com/njzjz/chemicaltools-js/commit/302ff27)) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bab857b3..3cc7ee26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chemicaltools", - "version": "1.2.0", + "version": "1.2.1", "description": "Chemical Tools for Chemistry students.", "main": "src/index.js", "scripts": { @@ -8,10 +8,10 @@ "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",