Skip to content

Commit 81d3b67

Browse files
committed
update packaging
1 parent ecf35b0 commit 81d3b67

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

.npmignore

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
.circleci/
2-
.dependabot/
3-
coverage/
4-
dist/**/*.test*
5-
dist/**/*/mock-data/**
6-
src/
7-
typings/
8-
.babelrc.js
9-
.gitignore
10-
.npmignore
11-
.nycrc.yml
12-
.prettierrc.yml
13-
.publishrc
14-
jest.config.js
15-
tsconfig*.json
1+
.test.

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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-prune-versions",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Serverless plugin to delete old versions of deployed functions from AWS",
55
"scripts": {
66
"build": "rimraf dist && tsc -p tsconfig.build.json",
@@ -43,6 +43,9 @@
4343
"homepage": "https://github.com/manwaring/serverless-prune-versions",
4444
"main": "dist/index.js",
4545
"types": "dist/index.d.ts",
46+
"files": [
47+
"/dist"
48+
],
4649
"author": "From Phillip with ♥",
4750
"license": "MIT",
4851
"keywords": [

0 commit comments

Comments
 (0)