Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build: v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Aug 30, 2018
1 parent 65c81fd commit bb7be83
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 246 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,16 @@
<a name="1.5.5"></a>
## [1.5.5](https://github.com/zeromake/zreact/compare/v1.5.4...v1.5.5) (2018-08-30)


### Bug Fixes

* context use default value ([65c81fd](https://github.com/zeromake/zreact/commit/65c81fd))
* ref value -> current ([6519979](https://github.com/zeromake/zreact/commit/6519979))



<a name="1.5.4"></a>
## [1.5.4](https://github.com/zeromake/zreact/compare/1.5.3...1.5.4) (2018-08-22)
## [1.5.4](https://github.com/zeromake/zreact/compare/1.5.3...v1.5.4) (2018-08-22)


### Bug Fixes
Expand Down
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"size": "node -e \"process.stdout.write('gzip size: ')\" && gzip-size --raw dist/zreact.min.js",
"clean": "rimraf dist devtools.js devtools.js.map devtools-run.js devtools-run.js.map build test/coverage",
"build:all": "npm run clean && npm run build:dev && npm run build && npm run build:ie8 && npm run build:compat && npm run build:devtools && npm run build:devtools-run && npm run fix && npm run size",
"build:all": "npm run clean && npm run build:dev && npm run build && npm run build:ie8 && npm run build:compat && npm run build:devtools && npm run build:devtools-run && npm run size",
"build": "cross-env NODE_ENV=production DEVTOOLS_ENV=production rollup -c config/rollup.config.js",
"build:devtools-run": "rollup -c config/rollup.config.devtools-run.js",
"build:devtools": "rollup -c config/rollup.config.devtools.js",
Expand All @@ -33,8 +33,7 @@
"coverage": "cat ./test/coverage/lcov.info | coveralls",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prepublishOnly": "npm run build:all",
"docs": "rimraf docs && typedoc --exclude src/devtools-base.ts src/devtools-run.ts --out docs src",
"fix": "sed -i '' 's/const /var /g' dist/*.js"
"docs": "rimraf docs && typedoc --exclude src/devtools-base.ts src/devtools-run.ts --out docs src"
},
"keywords": [
"zreact",
Expand Down Expand Up @@ -77,10 +76,8 @@
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
Expand All @@ -93,7 +90,7 @@
"rollup": "^0.64.1",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-typescript": "zeromake/rollup-plugin-typescript",
"rollup-plugin-uglify": "^4.0.0",
"rollup-watch": "^4.3.1",
"sinon": "^4.5.0",
Expand Down

0 comments on commit bb7be83

Please sign in to comment.