Browse Source

Merge branch 'master' of github.com:quirkyinc/semantic

pull/13/head
Jack Lukic 12 years ago
parent
commit
c5a514580d
2 changed files with 3 additions and 9602 deletions
  1. 8
      component.json
  2. 9597
      dependencies/jquery.js

8
component.json

@ -1,6 +1,6 @@
{
"name" : "Shape",
"version" : "0.1",
"version" : "0.0.1",
"description" : "3D animation made easy. A jQuery plugin built with the Semantic module spec.",
"homepage" : "https://github.com/quirkyinc/shapeful",
@ -23,8 +23,6 @@
"./build/origami.css"
],
"dependencies": {
"jquery" : ">=1.8",
"transform2d" : "./dependencies/transform2d.js",
"transform3d" : "./dependencies/transform3d.js"
"jquery" : ">=1.8"
}
}
}

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

Loading…
Cancel
Save