Skip to content

Commit 996ac32

Browse files
committed
Bump v1.0.0 manually
1 parent 93e992e commit 996ac32

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ node_js:
44
- '10'
55
- '8'
66

7-
after_success:
8-
- npx semantic-release
7+
# after_success:
8+
# - npx semantic-release
99

1010
branches:
1111
except:

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-esbuild",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [

Diff for: tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"target": "es6",
5-
"sourceMap": true,
65
"skipLibCheck": true,
76
"outDir": "dist"
87
},

0 commit comments

Comments
 (0)