File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
### Yalc changelog
2
2
3
- ## 1.0.0-pre.54 (2020-07-24)
3
+ ## 1.0.0-pre.56 (2020-07-24)
4
+
5
+ - add ` node-notifier ` from ` peerDependencies ` make optional
6
+
7
+ ## 1.0.0-pre.55 (2020-07-24)
4
8
5
9
- remove ` node-notifier ` from ` peerDependencies `
6
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-node-dev" ,
3
- "version" : " 1.0.0-pre.55 " ,
3
+ "version" : " 1.0.0-pre.56 " ,
4
4
"description" : " Compiles your TS app and restarts when files are modified." ,
5
5
"keywords" : [
6
6
" restart" ,
40
40
"test-docker" : " docker-compose up" ,
41
41
"ci" : " yarn test" ,
42
42
"ci-local" : " docker run --name travis-debug -dit quay.io/travisci/ci-nodejs" ,
43
- "manual" : " ts-node test/manual/run.ts"
43
+ "manual" : " ts-node test/manual/run.ts"
44
44
},
45
45
"dependencies" : {
46
46
"chokidar" : " ^3.4.0" ,
76
76
"typescript" : " ^3.9.5"
77
77
},
78
78
"peerDependencies" : {
79
- "typescript" : " *"
79
+ "typescript" : " *" ,
80
+ "node-notifier" : " *"
81
+ },
82
+ "peerDependenciesMeta" : {
83
+ "node-notifier" : {
84
+ "optional" : true
85
+ }
80
86
}
81
87
}
You can’t perform that action at this time.
0 commit comments