+4
-3
| { | ||
| "name": "unknown", | ||
| "version": "0.2.3", | ||
| "version": "0.2.4", | ||
| "description": "A TypeScript utility library for interacting with the 'unknown' type.", | ||
@@ -42,2 +42,3 @@ "keywords": [ | ||
| "chai": "^4.2.0", | ||
| "link-self": "^0.2.0", | ||
| "mocha": "^7.1.2", | ||
@@ -49,6 +50,6 @@ "npm-run-all": "^4.1.5", | ||
| "scripts": { | ||
| "prepare": "link-self", | ||
| "build": "tsc -b src && shx cp ./package.cjs.json ./dist/cjs/package.json", | ||
| "pretest": "npm run build", | ||
| "test": "npm link && npm link unknown && npm run test-fast", | ||
| "test-fast": "tsc -b test && mocha", | ||
| "test": "tsc -b test && mocha", | ||
| "prepublishOnly": "npm run build", | ||
@@ -55,0 +56,0 @@ "clean": "shx rm -rf ./dist ./test/**/*.js ./**/*.tsbuildinfo" |
4253
-0.35%9
12.5%