Comparing version 1.4.4 to 1.4.5
@@ -7,2 +7,7 @@ # Changelog | ||
## [1.4.5] - 2018-06-24 | ||
### changed | ||
- Update packages | ||
- Move demo files to example/ | ||
## [1.4.4] - 2018-06-07 | ||
@@ -9,0 +14,0 @@ ### Fixed |
{ | ||
"name": "app-bar", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "An app bar for React that stays out of your way", | ||
"license": "MIT", | ||
"author": "Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)", | ||
"homepage": "https://gitlab.com/iiroj/app-bar", | ||
@@ -17,3 +18,4 @@ "repository": "gitlab:iiroj/app-bar", | ||
"scripts": { | ||
"start": "parcel demo.html", | ||
"prestart": "rimraf .cache dist", | ||
"start": "parcel example/index.html", | ||
"lint": "tslint -p tsconfig.json", | ||
@@ -27,16 +29,17 @@ "build": "tsc -p tsconfig.build.json" | ||
"devDependencies": { | ||
"@types/react": "^16.3.16", | ||
"@types/react-dom": "^16.0.5", | ||
"@types/react": "^16.4.1", | ||
"@types/react-dom": "^16.0.6", | ||
"css-wipe": "^4.3.0", | ||
"emotion": "^9.1.3", | ||
"parcel-bundler": "^1.8.1", | ||
"prettier": "^1.13.3", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"emotion": "^9.2.4", | ||
"parcel-bundler": "^1.9.2", | ||
"prettier": "^1.13.5", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"rimraf": "^2.6.2", | ||
"tslint": "^5.10.0", | ||
"tslint-config-prettier": "^1.13.0", | ||
"tslint-config-standard": "^7.0.0", | ||
"tslint-config-standard": "^7.1.0", | ||
"tslint-plugin-prettier": "^1.3.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^2.9.1" | ||
"typescript": "^2.9.2" | ||
}, | ||
@@ -43,0 +46,0 @@ "keywords": [ |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
17031
2
15