We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a205cb commit 74c9cd0Copy full SHA for 74c9cd0
package.json
@@ -1,8 +1,12 @@
1
{
2
"name": "nativescript-vue-navigator",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A simple router for NativeScript-Vue",
5
"main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "components"
9
+ ],
10
"scripts": {
11
"test": "echo \"Error: no test specified\" && exit 1"
12
},
0 commit comments