Skip to content

Commit

Permalink
Trailing comma fix for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Aug 14, 2017
1 parent be21bbd commit 5420ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "content-flow",
"description": "An extension to the ContentTools WYSIWYG editor to manage content flows",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"wysiwyg",
"inline",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"ContentTools": "^1.4.0",
"manhattan-sortable": "^0.0.3",
"manhattan-sortable": "^0.0.3"
},
"scripts": {
"test": "grunt jasmine --verbose"
Expand Down

0 comments on commit 5420ec8

Please sign in to comment.