@oliversalzburg/js-utils 0.2.6 → 0.2.8-dev-b5834ea

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 +2 -15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@oliversalzburg/js-utils",
4
- "version": "0.2.6",
4
+ "version": "0.2.8-dev-b5834ea",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {
@@ -21,20 +21,7 @@
21
21
  "./**/*.map"
22
22
  ],
23
23
  "scripts": {
24
- "build": "yarn run build:tsc && yarn run build:docs",
25
- "build:docs": "./docs/build.sh",
26
- "build:tsc": "tsc",
27
- "build:tsc:watch": "tsc --watch",
28
- "clean": "rm -rf ./_site ./coverage ./dist-area ./lib",
29
- "lint": "yarn run lint:all",
30
- "lint:all": "yarn run lint:biome && yarn run lint:tsc",
31
- "lint:biome": "biome check .",
32
- "lint:tsc": "tsc --noEmit",
33
- "nextversion": "./.scripts/manifest-version.cjs",
34
- "test": "node $(yarn bin mocha) --enable-source-maps",
35
- "test:coverage": "c8 --reporter html-spa --reporter text node $(yarn bin mocha) --enable-source-maps",
36
- "test:inspect": "node $(yarn bin mocha) --inspect",
37
- "preversion": "yarn run lint && yarn run build && yarn run test",
24
+ "preversion": "make lint test",
38
25
  "postversion": "git push"
39
26
  },
40
27
  "devDependencies": {