mt-testpackage 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "mt-testpackage",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "my first npm package",
5
5
  "main": "mt-testpackage.js",
6
6
  "author": "Heinz Werner",
7
7
  "license": "ISC",
8
8
  "scripts": {
9
- "test": "npx mocha tests"
9
+ "test": "npx mocha tests",
10
+ "postinstall" : "npm test"
10
11
  },
11
12
  "postinstall": "npm test",
12
13
  "dependencies": {