react-oui-icons
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -8,2 +8,7 @@ # Change Log | ||
## Unreleased | ||
## 2.5.0 - 2018-10-29 | ||
- [Feature] Fix ES module build of react-oui-icons not transpiling JSX | ||
## 2.4.0 - 2018-10-22 | ||
- [Feature] Add comments icon | ||
@@ -16,3 +21,3 @@ - [Feature] Pencil edit icon | ||
## 2.2.2 - 208-08-24 | ||
## 2.2.2 - 2018-08-24 | ||
- [Feature] Add getting-started icon | ||
@@ -19,0 +24,0 @@ |
{ | ||
"name": "react-oui-icons", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"main": "dist/index.js", | ||
"module": "src/index.js", | ||
"module": "module/index.js", | ||
"private": false, | ||
@@ -36,4 +36,5 @@ "repository": { | ||
"scripts": { | ||
"build": "npm run babel && gulp svg:combined", | ||
"babel": "babel ./src --ignore *test.js --out-dir ./dist", | ||
"build": "npm run babel-es5 && npm run babel-module && gulp svg:combined", | ||
"babel-es5": "babel ./src --ignore *test.js --out-dir ./dist --presets=env,react --plugins=inline-json-import", | ||
"babel-module": "babel ./src --ignore *test.js --out-dir ./module", | ||
"test": "node scripts/test.js --env=jsdom", | ||
@@ -40,0 +41,0 @@ "storybook": "start-storybook -p 6006", |
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
359628