Skip to content

Commit

Permalink
Moving files to match module
Browse files Browse the repository at this point in the history
  • Loading branch information
ethul committed Aug 12, 2015
1 parent eae2e18 commit fa01c5a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"scripts": {
"build": "npm run-script build:compile && npm run-script build:package",
"build:compile": "gulp build",
"build:compile": "./node_modules/.bin/pulp build -o build",
"build:watch": "./node_modules/.bin/pulp -w build -o build",
"build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail",
"build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json",
"prepublish": "npm run-script build"
Expand All @@ -19,12 +20,7 @@
"index.js"
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-plumber": "^1.0.0",
"gulp-purescript": "^0.4.2",
"gulp-util": "^3.0.4",
"run-sequence": "^1.0.2",
"pulp": "^4.3.0",
"webpack": "^1.8.4"
},
"dependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fa01c5a

Please sign in to comment.