Skip to content

Commit 08541f7

Browse files
committed
Bump version to 0.2.0; remove glob package from last PR
1 parent c006ab4 commit 08541f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

elm-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.0",
33
"summary": "elm todomvc with a stupid but persistent json rest api",
44
"repository": "https://github.com/user/project.git",
55
"license": "BSD3",

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-todo-rest-api",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "elm todomvc with a stupid but persistent json rest api",
55
"main": "api.js",
66
"scripts": {
@@ -36,7 +36,6 @@
3636
"css-loader": "^0.23.1",
3737
"elm-webpack-loader": "^3.0.3",
3838
"file-loader": "^0.9.0",
39-
"glob": "^7.1.1",
4039
"json-server": "^0.8.14",
4140
"lodash": "^4.13.1",
4241
"style-loader": "^0.13.1",

0 commit comments

Comments
 (0)