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.
2 parents d95c5fe + 21a3391 commit 27bf1fdCopy full SHA for 27bf1fd
package.json
@@ -1,12 +1,10 @@
1
{
2
"name": "nativescript-unit-test-runner",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "NativeScript unit test runner component.",
5
"main": "app.js",
6
"scripts": {
7
- "test": "exit 0",
8
- "preuninstall": "node preuninstall.js",
9
- "postinstall": "node postinstall.js"
+ "test": "exit 0"
10
},
11
"repository": {
12
"type": "git",
@@ -26,16 +24,6 @@
26
24
"platforms": {
27
25
"android": "1.6.0",
28
"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"
+ }
40
}
41
postinstall.js
preuninstall.js
0 commit comments