Skip to content

Commit

Permalink
ava
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Feb 3, 2018
1 parent a6f6252 commit d2fd8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 197 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.fuse*
.DS*
node_modules
package-lock.json
195 changes: 0 additions & 195 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-info",
"version": "1.0.3",
"version": "1.0.4",
"description": "Get information, images, rating, description, etc. about a movie.",
"license": "MIT",
"repository": "lacymorrow/movie-info",
Expand Down Expand Up @@ -37,6 +37,6 @@
"path"
],
"devDependencies": {
"mocha": "*"
"ava": "*"
}
}

0 comments on commit d2fd8e6

Please sign in to comment.