Skip to content

Commit

Permalink
engine
Browse files Browse the repository at this point in the history
  • Loading branch information
silviopaganini committed Feb 19, 2016
1 parent 4829dd6 commit c8b49d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"devDependencies": {
"budo": "^8.0.3",
"uglifyjs": "^2.4.10"
},
"engines": {
"node": ">= 5.6.0",
"npm": ">=3.6.0"
}
}
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dat from 'dat-gui'
import Stats from 'stats-js'
import THREE from 'three.js'
import THREE from 'three'

const OrbitControls = require('three-orbit-controls')(THREE);
const glslify = require('glslify');
Expand Down

0 comments on commit c8b49d3

Please sign in to comment.