Skip to content
Merged
1 change: 1 addition & 0 deletions packages/template-blank-vue/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
npm-debug.log
.DS_Store

webpack.config.js
hooks/*
!hooks/after-createProject/after-createProject.js
*.js.map
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"name": "tns-template-blank-vue",
"displayName": "Blank",
"version": "5.3.2",
"version": "5.3.3",
"description": "Blank template for NativeScript apps using Vue.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/template-master-detail-vue/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
npm-debug.log
.DS_Store

webpack.config.js
hooks/*
!hooks/after-createProject/after-createProject.js
*.js.map
Expand All @@ -14,4 +15,4 @@ typings/
.vscode
.npmrc

tools/assets/
tools/assets/
2 changes: 1 addition & 1 deletion packages/template-master-detail-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"name": "tns-template-master-detail-vue",
"displayName": "Master Detail with Firebase",
"version": "5.3.2",
"version": "5.3.3",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
Expand Down