Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit 952a9bd

Browse files
committed
0.2.0
1 parent 6edeeee commit 952a9bd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "main.js",
33
"name": "nativescript-vue-template",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "NativeScript Vue Application",
66
"license": "SEE LICENSE IN LICENSE",
77
"dependencies": {
@@ -11,15 +11,19 @@
1111
},
1212
"devDependencies": {},
1313
"bugs": {
14-
"url":
15-
"https://github.com/nativescript-vue/nativescript-vue-template/issues"
14+
"url": "https://github.com/nativescript-vue/nativescript-vue-template/issues"
1615
},
17-
"homepage":
18-
"https://github.com/nativescript-vue/nativescript-vue-template#readme",
16+
"homepage": "https://github.com/nativescript-vue/nativescript-vue-template#readme",
1917
"scripts": {
2018
"test": "echo \"Error: no test specified\" && exit 1"
2119
},
22-
"keywords": ["nativescript", "vue", "vuejs", "template", "nativescript-vue"],
20+
"keywords": [
21+
"nativescript",
22+
"vue",
23+
"vuejs",
24+
"template",
25+
"nativescript-vue"
26+
],
2327
"contributors": [
2428
"Tiago Alves <tralves@gmail.com> (http://tiagoalves.co)",
2529
"Igor Randjelovic <shout@igor-randjelovic.com> (http://igor-randjelovic.com)"

0 commit comments

Comments
 (0)