Skip to content

Commit

Permalink
Fixed a wrong url link in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Apr 13, 2019
1 parent c8ba9ce commit 22b6b1b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
### HEAD

### 0.0.1 (April 13, 2019)

* Fixed a wrong url link in package.json,
* ...,


### 0.0.0 (April 12, 2019)

Expand Down
4 changes: 2 additions & 2 deletions _dist/jeasing-noparent.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* JEasing v0.0.0
* JEasing v0.0.1
*
* A simple library that implements Robert Penner's easing equations.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -302,7 +302,7 @@
};

// Current version of the library:
JEasing.VERSION = '0.0.0';
JEasing.VERSION = '0.0.1';
/* - */


Expand Down
4 changes: 2 additions & 2 deletions _dist/jeasing.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* JEasing v0.0.0
* JEasing v0.0.1
*
* A simple library that implements Robert Penner's easing equations.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -306,7 +306,7 @@
};

// Current version of the library:
JEasing.VERSION = '0.0.0';
JEasing.VERSION = '0.0.1';
/* - */


Expand Down
4 changes: 2 additions & 2 deletions _dist/jeasing.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jeasing",
"version": "0.0.0",
"version": "0.0.1",
"description": "A simple library that implements Robert Penner's easing equations",
"main": "index.js",
"bin": {},
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jeasing/libname.git"
"url": "https://github.com/jclo/jeasing.git"
},
"keywords": [],
"author": {
Expand All @@ -26,9 +26,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/author/jeasing/issues"
"url": "https://github.com/jclo/jeasing/issues"
},
"homepage": "https://github.com/jeasing/libname",
"homepage": "https://github.com/jclo/jeasing",
"dependencies": {},
"devDependencies": {
"chai": "4.2.0",
Expand Down

0 comments on commit 22b6b1b

Please sign in to comment.