Skip to content

Commit

Permalink
fix: add a bogus version number in package.json so the library can be…
Browse files Browse the repository at this point in the history
… installed using the git protocol (e.g. from github). Closes #242
  • Loading branch information
sole committed Jan 12, 2016
1 parent 02168cc commit 9b3bce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "tween.js",
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"version": "0.0.0-development",
"main": "src/Tween.js",
"homepage": "https://github.com/tweenjs/tween.js",
"repository": {
Expand Down

0 comments on commit 9b3bce7

Please sign in to comment.