Skip to content

Commit 0595181

Browse files
committed
release: 1.0.0
1 parent decc2ec commit 0595181

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Created by https://www.gitignore.io
2+
.DS_Store
23

34
### Node ###
45
# Logs

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
22
"name": "karma-nativescript-launcher",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"test": "exit 0"
88
},
9+
"files": [
10+
"index.js",
11+
"README.md",
12+
"LICENSE.md"
13+
],
914
"license": "Apache-2.0",
1015
"repository": {
1116
"type": "git",
1217
"url": "https://github.com/NativeScript/karma-nativescript-launcher.git"
1318
},
1419
"dependencies": {
15-
"shelljs": "0.9.2"
20+
"shelljs": "~0.9.2"
1621
},
1722
"devDependencies": {
1823
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)