Skip to content

Commit

Permalink
Bump version to 0.2.0; remove glob package from last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsuzuki committed Apr 25, 2017
1 parent c006ab4 commit 08541f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"summary": "elm todomvc with a stupid but persistent json rest api",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-todo-rest-api",
"version": "0.1.0",
"version": "0.2.0",
"description": "elm todomvc with a stupid but persistent json rest api",
"main": "api.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,6 @@
"css-loader": "^0.23.1",
"elm-webpack-loader": "^3.0.3",
"file-loader": "^0.9.0",
"glob": "^7.1.1",
"json-server": "^0.8.14",
"lodash": "^4.13.1",
"style-loader": "^0.13.1",
Expand Down

0 comments on commit 08541f7

Please sign in to comment.