We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca77b62 commit 45dd0b7Copy full SHA for 45dd0b7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "marktguru.at",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "A library to search for offers on marktguru.at",
5
"main": "dist/index.js",
6
"types": "typings/index.d.ts",
@@ -10,8 +10,7 @@
10
],
11
"scripts": {
12
"build": "tsc --project tsconfig.json",
13
- "test": "jest",
14
- "publish": "npm run build && npm publish"
+ "test": "jest"
15
},
16
"author": "Nico105",
17
"license": "MIT",
0 commit comments