Browse Source

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

Former-commit-id: c5a514580d
Former-commit-id: e73c31e5fc
pull/258/head
Jack Lukic 11 years ago
parent
commit
0b5ab5a839
2 changed files with 3 additions and 6 deletions
  1. 8
      component.json
  2. 1
      dependencies/jquery.js.REMOVED.git-id

8
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",
@ -23,8 +23,6 @@
"./build/origami.css" "./build/origami.css"
], ],
"dependencies": { "dependencies": {
"jquery" : ">=1.8",
"transform2d" : "./dependencies/transform2d.js",
"transform3d" : "./dependencies/transform3d.js"
"jquery" : ">=1.8"
} }
}
}

1
dependencies/jquery.js.REMOVED.git-id

@ -1 +0,0 @@
c508b0af276ef6d67a302391fd4f07d960597be9
Loading…
Cancel
Save