Skip to content

Commit

Permalink
Merge pull request #20 in STRUC/icn3d from fix-dependencies to master
Browse files Browse the repository at this point in the history
fix version number of three.js

* commit '48386b03b50edb96e79c137685f813d25e3cbe61':
  put jquery-ui back the way it was
  fix version numbers
  • Loading branch information
jiywang3 committed May 14, 2016
2 parents 255b3f7 + 48386b0 commit e1ca447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icn3d",
"version": "1.0",
"version": "1.0.0",
"description": "iCn3D Structure Viewer",
"main": "index.html",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"jquery": "~2.1.4",
"jquery-ui": "components/jqueryui.git#1.11.4",
"three": "~v71"
"three": "~0.71.1"
},
"devDependencies": {
"del": "^2.2.0",
Expand Down

0 comments on commit e1ca447

Please sign in to comment.