Skip to content

Commit 25ba40e

Browse files
author
Ethan Dave B. Gomez
committed
Add readme in the build, needed by npm publish
1 parent 36e1178 commit 25ba40e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.27
4+
5+
* Add readme and change log in the build
6+
37
## 1.2.26
48

59
* Fix stage variables for proxy

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
rm -rf dist
33
./node_modules/.bin/tsc
4-
cp -a templates dist
4+
cp -a templates LICENSE README.md CHANGELOG.md dist
55
cd public ; ./node_modules/.bin/tsc ; cp *.css *.js *.json package.json index.html ../dist/public/ ; cd ..
6-
cp package.json dist/
6+
cp package.json dist/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-gateway-sim",
3-
"version": "1.2.26",
3+
"version": "1.2.27",
44
"description": "AWS API Gateway simulator for Node JS Lambda",
55
"main": "./api-gateway-sim.js",
66
"bin": {
@@ -19,11 +19,7 @@
1919
"url": "https://github.com/elitechance/api-gateway-sim/issues"
2020
},
2121
"homepage": "https://github.com/elitechance/api-gateway-sim#readme",
22-
"keywords": [
23-
"api gateway",
24-
"lambda",
25-
"aws"
26-
],
22+
"keywords": ["api gateway", "lambda", "aws"],
2723
"author": "Ethan Dave B. Gomez",
2824
"license": "MIT",
2925
"devDependencies": {

0 commit comments

Comments
 (0)