Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json, npm and browserify support #70

Merged
merged 6 commits into from
Nov 25, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release 0.5.0
axelpale committed May 9, 2015
commit 059b5dfabd02e1cf0931d759f35e4f63f067cc24
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.0 / 2015-05-09
==================

* add npm / browserify support, closes #41 and #42 [axelpale]
* remove `remotes` from component.json, closes #71 [axelpale]

0.4.0 / 2014-09-08
==================
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "move",
"description": "CSS3 backed JavaScript animation framework",
"repo": "visionmedia/move.js",
"version": "0.4.0",
"version": "0.5.0",
"keywords": ["animation", "css3"],
"scripts": ["index.js"],
"dependencies": {
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ var style = window.getComputedStyle
* Library version.
*/

Move.version = '0.3.2';
Move.version = '0.5.0';

/**
* Export `ease`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movejs",
"version": "0.4.0",
"version": "0.5.0",
"description": "CSS3 backed JavaScript animation framework",
"keywords": [
"animation",