Browse Source

packaging -- changed version to semver. removed deps folder.

pull/13/head
Nathan Smith 11 years ago
parent
commit
91e04b179d
2 changed files with 2 additions and 9599 deletions
  1. 4
      component.json
  2. 9597
      dependencies/jquery.js

4
component.json

@ -1,6 +1,6 @@
{ {
"name" : "Shape", "name" : "Shape",
"version" : "0.1",
"version" : "0.0.1",
"description" : "3D animation made easy. A jQuery plugin built with the Semantic module spec.", "description" : "3D animation made easy. A jQuery plugin built with the Semantic module spec.",
"homepage" : "https://github.com/quirkyinc/shapeful", "homepage" : "https://github.com/quirkyinc/shapeful",
@ -27,4 +27,4 @@
"transform2d" : "./dependencies/transform2d.js", "transform2d" : "./dependencies/transform2d.js",
"transform3d" : "./dependencies/transform3d.js" "transform3d" : "./dependencies/transform3d.js"
} }
}
}

9597
dependencies/jquery.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save