Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Nov 18, 2014
1 parent 2605517 commit 7881e67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "malarkey",
"version": "0.0.3",
"version": "1.0.0",
"description": "Simulate a typewriter/ticker effect on a DOM element.",
"keywords": [
"animate",
Expand All @@ -17,7 +17,6 @@
},
"main": "src/malarkey.js",
"devDependencies": {
"brfs": "^1.2.0",
"del": "^0.1.3",
"gulp": "^3.8.0",
"gulp-browserify": "^0.5.0",
Expand All @@ -37,5 +36,8 @@
},
"dependencies": {
"segue": "^0.1.0"
},
"scripts": {
"test": "node_modules/.bin/gulp test"
}
}

0 comments on commit 7881e67

Please sign in to comment.