mt-testpackage 1.0.8 → 1.0.9

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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mt-testpackage",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "my first npm package",
5
5
  "main": "mt-testpackage.js",
6
6
  "author": "Heinz Werner",
@@ -9,7 +9,6 @@
9
9
  "test": "npx mocha tests",
10
10
  "postinstall" : "npm test"
11
11
  },
12
- "postinstall": "npm test",
13
12
  "dependencies": {
14
13
  "requests": "^0.3.0",
15
14
  "mocha": "^10.2.0"