Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
Updated package.json to include build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaoomarang committed Aug 4, 2015
1 parent 2efee33 commit 14f5b82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.1",
"description": "Call your webtasks from the browser",
"main": "index.js",
"scripts": {
"build": "mkdir -p dist && browserify index.js -s wt -o dist/bundle.js && browserify index.js -s wt -t uglifyify -o dist/bundle.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/webtask-require.git"
Expand All @@ -24,5 +27,9 @@
"dependencies": {
"bluebird": "^2.9.34",
"superagent": "^1.2.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"uglifyify": "^3.0.1"
}
}

0 comments on commit 14f5b82

Please sign in to comment.