Comparing version 0.3.0 to 0.3.1
@@ -1,4 +0,11 @@ | ||
## [v0.3.0] | ||
> Aug 18, 2018 | ||
## Pre-v1.0.0 changes | ||
[v0.3.1] Aug 18, 2018 | ||
- Fix build files. | ||
[v0.3.1]: https://github.com/rstacruz/remount/compare/v0.3.0...v0.3.1 | ||
[v0.3.0] Aug 18, 2018 | ||
- Use the ES5 build by default. | ||
@@ -9,4 +16,3 @@ - Rename the `legacy` build to `es5`. | ||
## [v0.2.0] | ||
> Aug 18, 2018 | ||
[v0.2.0] Aug 18, 2018 | ||
@@ -17,8 +23,6 @@ - Update documentation. | ||
## [v0.1.0] | ||
[v0.1.0] Aug 17, 2018 | ||
> Aug 17, 2018 | ||
- Initial release. | ||
[v0.1.0]: https://github.com/rstacruz/remount/tree/v0.1.0 |
{ | ||
"name": "remount", | ||
"description": "Mount React components to the DOM using custom elements", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Rico Sta. Cruz <rstacruz@users.noreply.github.com>", | ||
@@ -16,2 +16,3 @@ "bugs": { | ||
"jest": "^23.5.0", | ||
"npm-run-all": "^4.1.3", | ||
"prettier-eslint-cli": "^4.7.1", | ||
@@ -24,2 +25,4 @@ "puppeteer": "^1.7.0", | ||
"rollup-plugin-babel-minify": "^5.0.0", | ||
"rollup-plugin-copy": "^0.2.3", | ||
"rollup-plugin-server": "^0.7.0", | ||
"standard": "^11.0.1" | ||
@@ -54,4 +57,6 @@ }, | ||
"build": "rollup --config", | ||
"test": "jest", | ||
"watch": "rollup --config --watch" | ||
"prepare": "run-s build", | ||
"test": "run-p -l --race watch jest", | ||
"jest": "jest", | ||
"watch": "env NODE_ENV=test-rollup rollup --config --watch" | ||
}, | ||
@@ -61,5 +66,6 @@ "jest": { | ||
"/node_modules/", | ||
"/browser_test/" | ||
"/browser_test/", | ||
"/dist/" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50774
17
882
17
5