Skip to content

Commit

Permalink
Merge pull request sohamkamani#5 from DelvarWorld/build
Browse files Browse the repository at this point in the history
Removing dist/ folder from the build
  • Loading branch information
sohamkamani committed Feb 29, 2016
2 parents 3ac42bc + 36e19f3 commit 7b880c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 320 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
build
coverage
npm-debug.log
dist
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source/
319 changes: 0 additions & 319 deletions dist/index.js

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "NodeJS wrapper for Three.js' OBJLoader function",
"main": "dist/index.js",
"scripts": {
"test": "gulp test"
"test": "gulp test",
"compile": "gulp build",
"prepublish": "npm run compile"
},
"repository": "sohamkamani/three-object-loader",
"author": {
Expand Down

0 comments on commit 7b880c0

Please sign in to comment.