@mapsql/query-parser
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@mapsql/query-parser", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "mapsql query parser", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"private": false, | ||
@@ -11,7 +12,13 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "tsc", | ||
"build:ts": "tsc", | ||
"build:typings": "npm run copy:typings && npm run merge:typings && npm run clean:typings", | ||
"build": "npm run build:ts && npm run build:typings", | ||
"copy:typings": "cpx \"src/**/*.d.ts\" dist/types", | ||
"merge:typings": "cat dist/types/** | grep -v ^import.*\"./types\".*$ > dist/index.d.ts", | ||
"clean": "rimraf dist", | ||
"clean:typings": "rimraf dist/types", | ||
"test": "nyc ava", | ||
"coverage:report": "nyc report > .nyc_output/coverage.lcov && codecov", | ||
"coverage:check": "nyc check-coverage", | ||
"precommit": "npm test", | ||
"precommit": "npm run clean && npm test", | ||
"commit": "git-cz", | ||
@@ -81,2 +88,3 @@ "semantic-release": "semantic-release", | ||
"commitizen": "^2.10.1", | ||
"cpx": "^1.5.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -86,7 +94,8 @@ "husky": "^0.14.3", | ||
"requirable": "^1.0.5", | ||
"rimraf": "^2.6.2", | ||
"semantic-release": "^15.9.16", | ||
"travis-deploy-once": "^5.0.9", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.1.1", | ||
"travis-deploy-once": "^5.0.9" | ||
"typescript": "^3.1.1" | ||
} | ||
} |
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
9174
8
121
13