Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
add dist files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolfy committed Sep 9, 2017
1 parent 6d4261f commit 716d15d
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
!lib
!lib
!dist
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "webworker-promise",
"version": "0.3.0",
"version": "0.3.1",
"description": "Promise for webworkers",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run build; npm run dist",
"dist": "webpack -p",
"build": "babel src --out-dir lib",
"watch": "babel src --out-dir lib --watch",

0 comments on commit 716d15d

Please sign in to comment.