質問編集履歴

2

参照追加

2017/12/24 07:04

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,9 @@
21
21
  ### 参照
22
22
 
23
23
  - [npm-deprecate](https://docs.npmjs.com/cli/deprecate)
24
+
25
+ - [
26
+
27
+ How node package deprecation works
28
+
29
+ ](https://www.triplet.fi/blog/how_node_package_deprecation_works/)

1

推敲

2017/12/24 07:04

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ###前提・実現したいこと
2
2
 
3
- `npm deprecate <module> "this package has been deprecated"` を実行したんですが、どうすれば正しく depricate つまり廃止されたか確認できますか?
3
+ `npm deprecate <module> "this package has been deprecated"` を実行したんですが、どうすれば正しく depricate が実行できたか確認できますか?
4
4
 
5
5
 
6
6