Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
### v1.0.1 | ||
- Fix: don't version build products | ||
- Chore: respect arguments passed to `npm run lint` | ||
### v1.0.0 | ||
@@ -2,0 +6,0 @@ - Breaking: rename CollapseElement to CollapseTable |
{ | ||
"name": "applib", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cross-platform JavaScript library for Wikimedia apps", | ||
@@ -21,4 +21,4 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "eslint --cache --max-warnings 0 --ext .js --ext .json .", | ||
"prebuild": "npm run -s lint", | ||
"lint": "eslint --cache --max-warnings 0 --ext .js --ext .json", | ||
"prebuild": "npm run -s lint .", | ||
"build": "rollup -c", | ||
@@ -28,6 +28,5 @@ "pretest": "npm run -s build", | ||
"clean": "rm -rf build/", | ||
"preversion": "[ -z \"$(git status --porcelain)\" ] && npm run -s clean && npm -s t && git add build", | ||
"preversion": "[ -z \"$(git status -z)\" ]", | ||
"postversion": "git push origin master --follow-tags && npm publish", | ||
"upgrade": "ncu -au", | ||
"clobber": "rm -rf node_modules" | ||
"upgrade": "ncu -au" | ||
}, | ||
@@ -37,3 +36,5 @@ "engines": { | ||
}, | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"build" | ||
], | ||
"devDependencies": { | ||
@@ -52,3 +53,4 @@ "babel-plugin-external-helpers": "6.22.0", | ||
"rollup-plugin-babel": "2.7.1" | ||
} | ||
}, | ||
"license": "Apache-2.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
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
18507
6
49