Skip to content

Commit

Permalink
Fix missing dist/ dir on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lteacher committed Mar 20, 2017
1 parent 1172758 commit 92c93a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "serverless-plugin-bundler",
"version": "0.1.0-alpha",
"version": "0.1.1-alpha",
"description": "A node 4.3 compatible serverless plugin to bundle code using webpack for deploy or local invocations",
"main": "./dist/index.js",
"files": "./dist",
"scripts": {
"build": "webpack",
"clean": "rm -r dist",
Expand Down

0 comments on commit 92c93a0

Please sign in to comment.