Skip to content

Commit 27bf1fd

Browse files
Merge pull request #4 from NativeScript/vladimirov/fix-unit-test-runner
Fix prepare of projects which use ns-unit-tests-runner
2 parents d95c5fe + 21a3391 commit 27bf1fd

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

package.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "nativescript-unit-test-runner",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "NativeScript unit test runner component.",
55
"main": "app.js",
66
"scripts": {
7-
"test": "exit 0",
8-
"preuninstall": "node preuninstall.js",
9-
"postinstall": "node postinstall.js"
7+
"test": "exit 0"
108
},
119
"repository": {
1210
"type": "git",
@@ -26,16 +24,6 @@
2624
"platforms": {
2725
"android": "1.6.0",
2826
"ios": "1.6.0"
29-
},
30-
"hooks": [
31-
{
32-
"type": "after-prepare",
33-
"script": "lib/after-prepare.js",
34-
"inject": true
35-
}
36-
]
37-
},
38-
"dependencies": {
39-
"nativescript-hook": "^0.2.1"
27+
}
4028
}
4129
}

postinstall.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

preuninstall.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)