Skip to content

Commit 6e3b0f2

Browse files
committed
Added gitignore and npmignore in order to remove '.git/' from NPM
1 parent 2be5393 commit 6e3b0f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "@voltra/json",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "a JavaScript HTTP client specialized for JSON communications, based upon the Fetch API",
55
"main": "dist/jsonclient.js",
66
"scripts": {
77
"setup": "npm i && npm update",
88
"build": "npm run buildTsc && npm run buildBabel && npm run webpack",
99
"buildTsc": "./node_modules/.bin/tsc",
1010
"buildBabel": "./node_modules/.bin/babel build-tsc --out-dir build-babel --source-maps",
11-
"webpack": "./node_modules/.bin/webpack --progress",
12-
"prepublish": "npm run build"
11+
"webpack": "./node_modules/.bin/webpack --progress"
1312
},
1413
"repository": {
1514
"type": "git",

0 commit comments

Comments
 (0)