Comparing version 2.1.3 to 2.2.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://gitlab.com/iiroj/app-bar/compare/v2.1.3...v2.2.0) (2018-12-26) | ||
### Features | ||
* generate cjs and esm build with rollup ([fedbdbf](https://gitlab.com/iiroj/app-bar/commit/fedbdbf)) | ||
<a name="2.1.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.1.3](https://gitlab.com/iiroj/app-bar/compare/v2.1.2...v2.1.3) (2018-12-26) |
{ | ||
"name": "app-bar", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -10,17 +10,18 @@ "license": "MIT", | ||
"bugs": "https://gitlab.com/iiroj/app-bar/issues", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
"sideEffects": "false", | ||
"scripts": { | ||
"start": "parcel example/index.html", | ||
"lint": "tslint -p tsconfig.json", | ||
"build": "tsc --build tsconfig.build.json", | ||
"clean": "tsc --build --clean tsconfig.build.json", | ||
"typecheck": "tsc -p tsconfig.json --noEmit", | ||
"watch": "rollup -cw", | ||
"build": "rollup -c", | ||
"preversion": "npm run lint && npm run build", | ||
"version": "standard-version", | ||
"prerelease": "npm run lint && npm run build", | ||
"release": "git push --follow-tags origin master", | ||
"postrelease": "npm publish" | ||
"push": "git push --follow-tags origin master", | ||
"prepublishOnly": "npm run version && npm run push" | ||
}, | ||
@@ -35,3 +36,2 @@ "peerDependencies": { | ||
"@types/styled-components": "^4.1.4", | ||
"parcel-bundler": "^1.11.0", | ||
"prettier": "^1.15.3", | ||
@@ -41,4 +41,6 @@ "react": "^16.7.0", | ||
"react-style-reset": "^1.0.2", | ||
"rollup": "^0.68.2", | ||
"rollup-plugin-babel-minify": "^6.2.0", | ||
"rollup-plugin-typescript2": "^0.18.1", | ||
"standard-version": "^4.4.0", | ||
"styled-components": "^4.1.3", | ||
"tslint": "^5.12.0", | ||
@@ -45,0 +47,0 @@ "tslint-config-prettier": "^1.17.0", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
19645
7
17
42
1
1