File tree 3 files changed +1418
-14
lines changed
3 files changed +1418
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mitm/unityinvoker" ,
3
- "version" : " 0.0.0-development " ,
3
+ "version" : " 0.0.0-semantic-release " ,
4
4
"description" : " Node.js library to invoke Unity's CLI without headaches" ,
5
5
"author" :
" Morgan Touverey Quilling <[email protected] >" ,
6
6
"license" : " MIT" ,
10
10
"build" : " yarn lint && tsc" ,
11
11
"watch" : " tsc -w" ,
12
12
"semantic-release" : " semantic-release pre && npm publish --access public && semantic-release post" ,
13
- "lint" : " tslint src/**/*.ts"
13
+ "test" : " mocha dist/test/**/*.js" ,
14
+ "lint" : " tslint src/**/*.ts test/**/*.ts"
14
15
},
15
16
"repository" : {
16
17
"type" : " git" ,
21
22
},
22
23
"homepage" : " https://github.com/mitmadness/UnityInvoker#readme" ,
23
24
"devDependencies" : {
25
+ "@types/mocha" : " ^2.2.41" ,
24
26
"@types/node" : " ^7.0.12" ,
25
27
"@types/pify" : " ^0.0.28" ,
28
+ "semantic-release" : " ^6.3.2" ,
26
29
"tslint" : " ^5.1.0" ,
27
- "typescript" : " ^2.2.2" ,
28
- "semantic-release" : " ^6.3.2"
30
+ "typescript" : " ^2.2.2"
29
31
},
30
32
"dependencies" : {
33
+ "mocha" : " ^3.2.0" ,
31
34
"pify" : " ^2.3.0"
32
35
}
33
36
}
You can’t perform that action at this time.
0 commit comments