velocious 1.0.561 → 1.0.562

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "velocious": "build/bin/velocious.js"
4
4
  },
5
5
  "name": "velocious",
6
- "version": "1.0.561",
6
+ "version": "1.0.562",
7
7
  "main": "build/index.js",
8
8
  "types": "build/index.d.ts",
9
9
  "files": [
@@ -26,16 +26,16 @@
26
26
  "copy:js": "cpy \"index.js\" build && cpy \"bin/**/*.js\" build/bin && cpy \"src/**/*.js\" build --parents",
27
27
  "copy:ejs": "cpy \"src/routes/**/*.ejs\" build/src/routes",
28
28
  "copy:templates": "cpy \"src/templates/**/*.js\" build/src/templates",
29
+ "dependencies": "npm run build",
29
30
  "fallow": "fallow dead-code --baseline fallow-baselines/dead-code.json --fail-on-issues --quiet && fallow dupes --baseline fallow-baselines/dupes.json --fail-on-issues --quiet && fallow health --baseline fallow-baselines/health.json --report-only --quiet",
30
31
  "fallow:baseline": "fallow dead-code --save-baseline fallow-baselines/dead-code.json && fallow dupes --save-baseline fallow-baselines/dupes.json && fallow health --save-baseline fallow-baselines/health.json",
31
32
  "eslint": "eslint --max-warnings 0",
32
33
  "lint": "npm run eslint && npm run typecheck && npm run fallow",
33
- "prepare": "npm run build",
34
+ "prepack": "npm run build",
34
35
  "release:patch": "release-patch",
35
36
  "test": "node scripts/run-tests.js",
36
37
  "test:browser": "node scripts/test-browser.js",
37
38
  "test:expo": "npm run build && npm ci --prefix examples/expo && npm run export --prefix examples/expo && npm run test:dist --prefix examples/expo",
38
- "prepublishOnly": "npm run build && node scripts/ensure-bin-executable.js",
39
39
  "typecheck": "tsc --noEmit",
40
40
  "velocious": "asd",
41
41
  "watch": "tsc -w",