jacdac-ts
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "jacdac-ts", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "keywords": [], | ||
"predist": "rm -rf dist", | ||
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts && npx replace-in-file \\\"/dist/jacdac.umd.js\\\" \\\"https://cdn.jsdelivr.net/npm/jacdac-ts\\\" ./docs/**/*.html --verbose", | ||
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts", | ||
"watch": "node node_modules/rollup/bin/rollup -c rollup.config.ts -w", | ||
@@ -33,3 +33,3 @@ "test": "node node_modules/jest/bin/jest.js", | ||
"test:prod": "npm run lint && npm run test --no-cache", | ||
"samples": "npx http-server . -c-1" | ||
"docs": "npx http-server . -c-1" | ||
}, | ||
@@ -78,2 +78,8 @@ "release": { | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/exec", | ||
{ | ||
"prepareCmd": "node ./tools/prepare.js" | ||
} | ||
], | ||
"@semantic-release/github", | ||
@@ -105,2 +111,3 @@ "@semantic-release/npm", | ||
"devDependencies": { | ||
"@semantic-release/exec": "^5.0.0", | ||
"@semantic-release/git": "^9.0.0", | ||
@@ -119,3 +126,3 @@ "@types/jest": "^23.3.2", | ||
"prompt": "^1.0.0", | ||
"replace-in-file": "^3.4.2", | ||
"replace-in-file": "^4.0.0", | ||
"rollup": "^0.67.0", | ||
@@ -122,0 +129,0 @@ "rollup-plugin-commonjs": "^9.1.8", |
@@ -28,8 +28,5 @@ # JACDAC TypeScript | ||
- `npm t`: Run test suite | ||
- `npm start`: Run `npm run build` in watch mode | ||
- `npm run test:watch`: Run test suite in [interactive watch mode](http://facebook.github.io/jest/docs/cli.html#watch) | ||
- `npm run test:prod`: Run linting and generate coverage | ||
- `npm run build`: Generate bundles and typings, create docs | ||
- `npm run watch`: Run `npm run build` in watch mode | ||
- `npm run lint`: Lints code | ||
- `npm run docs`: Launch docs web service | ||
@@ -36,0 +33,0 @@ # Contributing |
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
507829
29
45