We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decc2ec commit 0595181Copy full SHA for 0595181
.gitignore
@@ -1,4 +1,5 @@
1
# Created by https://www.gitignore.io
2
+.DS_Store
3
4
### Node ###
5
# Logs
package.json
@@ -1,18 +1,23 @@
{
"name": "karma-nativescript-launcher",
- "version": "0.4.1",
+ "version": "1.0.0",
"description": "",
"main": "index.js",
6
"scripts": {
7
"test": "exit 0"
8
},
9
+ "files": [
10
+ "index.js",
11
+ "README.md",
12
+ "LICENSE.md"
13
+ ],
14
"license": "Apache-2.0",
15
"repository": {
16
"type": "git",
17
"url": "https://github.com/NativeScript/karma-nativescript-launcher.git"
18
19
"dependencies": {
- "shelljs": "0.9.2"
20
+ "shelljs": "~0.9.2"
21
22
"devDependencies": {
23
"grunt": "^0.4.5",
0 commit comments