Skip to content

Commit

Permalink
fix(package): publish with dist/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbanugo authored and gr2m committed Feb 13, 2017
1 parent 060f518 commit 4e2f343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@hoodie/store-client",
"description": "Hoodie Client for data persistence & offline sync",
"main": "index.js",
"files": ["index.js", "lib", "dist"],
"scripts": {
"prebuild": "rimraf dist && mkdirp dist",
"build": "browserify -s Store index.js > dist/hoodie-store-client.js",
Expand Down

0 comments on commit 4e2f343

Please sign in to comment.