Skip to content

Commit 5198bf1

Browse files
committed
bump version, smaller build output
1 parent 347dc1b commit 5198bf1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist
44
.cache
55
coverage
66
yarn-error.log
7+
.DS_Store

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "eth95",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"bin": {
55
"eth95": "./dist/index.js"
66
},
7+
"files": ["/dist"],
78
"license": "MIT",
89
"scripts": {
910
"start": "ts-node src/index.ts",
1011
"build": "rm -rf dist && yarn tsc && yarn bundle",
1112
"tsc": "tsc -p . && tsc -p ./src/app",
12-
"bundle": "parcel build src/app/index.html -d dist/app",
13+
"bundle": "parcel build src/app/index.html -d dist/app --no-source-maps",
1314
"test": "jest",
1415
"test:ci": "jest --runInBand",
1516
"prepublish": "yarn build"

0 commit comments

Comments
 (0)