This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Removed the src/extras from npmignore, which is already included in the build
Sumit Tada
9 years ago
parent
26866d769c
commit
28b292583f
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
.npmignore
+ 1
- 2
.npmignore
View File
@@ -1,7 +1,6 @@
examples/*
!examples/js/
-src/*
-!src/extras/
+src/
test/
utils/
docs/