Skip to content

Commit 572f524

Browse files
committed
Updated package.json.
1 parent 7302fbc commit 572f524

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "vuejs-logger",
3+
"license": "MIT",
34
"author": "Justin Kames",
45
"description": "vuejs-logger, provides customizable logging functionality for Vue.js.",
5-
"version": "1.5.0",
6+
"version": "1.5.1",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/justinkames/vuejs-logger.git"
10+
},
611
"main": "dist/index.js",
712
"scripts": {
813
"build": "tsc",
914
"tsc": "tsc --watch",
1015
"test": "tsc && jest",
11-
"upload-coverage": "codecov -t $CODECOV_TOKEN"
16+
"upload-coverage": "codecov -t $CODECOV_TOKEN",
17+
"publish" : "npm run build && npm publish"
1218
},
1319
"devDependencies": {
1420
"@types/jest": "23.3.1",

0 commit comments

Comments
 (0)