@krlwlfrt/omeco
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@krlwlfrt/omeco", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "OData metadata converter", | ||
@@ -44,4 +44,5 @@ "repository": { | ||
"build": "npm run lint && npm run compile", | ||
"clean": "rm -rf package-lock.json node_modules", | ||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", | ||
"documentation": "typedoc --out docs --readme README.md src/index.ts", | ||
"documentation": "typedoc --out docs --readme README.md src/cli.ts", | ||
"lint": "eslint src --ext .ts", | ||
@@ -52,4 +53,3 @@ "prepublishOnly": "npm ci && npm run build && npm test", | ||
"test": "nyc mocha --require ts-node/register 'test/**/*.spec.ts'", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", | ||
"clean": "rm -rf package-lock.json node_modules" | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" | ||
}, | ||
@@ -56,0 +56,0 @@ "bin": { |
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
71529