Skip to content

Commit 9f91916

Browse files
committed
1 parent 62e07ee commit 9f91916

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"author": "Justin Kames",
55
"description": "vuejs-logger, provides customizable logging functionality for Vue.js.",
6-
"version": "1.5.1",
6+
"version": "1.5.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/justinkames/vuejs-logger.git"
@@ -24,7 +24,9 @@
2424
"typescript": "2.9.2",
2525
"chai": "4.1.2",
2626
"vue": "2.5.16",
27-
"es6-object-assign": "1.1.0",
2827
"codecov": "3.0.4"
28+
},
29+
"dependencies": {
30+
"es6-object-assign": "1.1.0"
2931
}
3032
}

0 commit comments

Comments
 (0)