Skip to content

Commit

Permalink
bump npm (to fix annoying npm bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Nov 15, 2015
1 parent c516f70 commit cf61edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-ember-slider",
"version": "0.2.0",
"version": "0.2.1",
"description": "A visually attractive slider for ambitious Ember apps",
"directories": {
"doc": "doc",
Expand All @@ -15,9 +15,10 @@
"engines": {
"node": ">= 0.10.0"
},
"author": "Ken Snyder",
"main": "index.js",
"author": "Ken Snyder <[email protected]>",
"files": [
"Brocfile.js",
"ember-cli-build.js",
"LICENSE.md",
"README.md",
"addon",
Expand All @@ -29,7 +30,6 @@
"testem.json",
"vendor"
],
"main": "index.js",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.1.2",
Expand Down

0 comments on commit cf61edc

Please sign in to comment.