react-skeleton-loader
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,4 +0,8 @@ | ||
# 0.1.1 | ||
# 0.1.2 (2018-02-08) | ||
- Add uglyfied version | ||
# 0.1.1 (2018-02-08) | ||
- Fix main path | ||
# 0.1.0 | ||
# 0.1.0 (2018-02-08) | ||
- Initial release |
{ | ||
"name": "react-skeleton-loader", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -9,3 +9,5 @@ "main": "dist/Skeleton.js", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
"build-storybook": "build-storybook", | ||
"postbuild": "uglifyjs dist/Skeleton.js -c --output dist/Skeleton.min.js", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -30,2 +32,6 @@ "author": "Henrikas Kuzmickas <henry.kuzmick@gmail.com>", | ||
"devDependencies": { | ||
"@storybook/addon-actions": "^3.3.12", | ||
"@storybook/addon-links": "^3.3.12", | ||
"@storybook/addons": "^3.3.12", | ||
"@storybook/react": "^3.3.12", | ||
"babel-core": "^6.26.0", | ||
@@ -37,2 +43,4 @@ "babel-eslint": "^8.2.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-1": "^6.24.1", | ||
"css-loader": "^0.28.9", | ||
"eslint": "^4.15.0", | ||
@@ -50,11 +58,7 @@ "eslint-config-standard": "^11.0.0-beta.0", | ||
"react-dom": "^16.2.0", | ||
"webpack": "^3.10.0", | ||
"css-loader": "^0.28.9", | ||
"style-loader": "^0.20.1", | ||
"@storybook/react": "^3.3.12", | ||
"@storybook/addon-actions": "^3.3.12", | ||
"@storybook/addon-links": "^3.3.12", | ||
"@storybook/addons": "^3.3.12" | ||
"uglify-js": "^3.3.10", | ||
"webpack": "^3.10.0" | ||
}, | ||
"dependencies": {} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34718
8
642
27