Skip to content

Commit 0e7d4b8

Browse files
authored
Merge pull request #14 from dronedeploy/0.2.0
ready 0.2.0
2 parents 5153190 + c7f6487 commit 0e7d4b8

File tree

2 files changed

+460
-11
lines changed

2 files changed

+460
-11
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "tslint.json",
55
"scripts": {
66
"postinstall": "npm run compilerules; ./install-hooks",
@@ -12,8 +12,14 @@
1212
"bin": {
1313
"ddts-strict-compile": "./strict-compile.sh"
1414
},
15-
"peerDependency": {
16-
"typescript": "^2.3.4",
17-
"dd-strict-tsc": "^1.0.3"
15+
"devDependencies": {
16+
"dd-strict-tsc": "^1.0.3",
17+
"tslint": "^4.4.2",
18+
"typescript": "^2.3.4"
19+
},
20+
"peerDependencies": {
21+
"dd-strict-tsc": "^1.0.3",
22+
"tslint": "^4.4.2",
23+
"typescript": "^2.3.4"
1824
}
1925
}

0 commit comments

Comments
 (0)