Skip to content

Commit

Permalink
Merge 36e19f3 into 6b4bcce
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRayCode committed Feb 28, 2016
2 parents 6b4bcce + 36e19f3 commit c6d0996
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 c6d0996

Please sign in to comment.