mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Rename 'node-tar' to 'tar' to match npm package name
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="node-tar.d.ts" />
|
||||
/// <reference path="tar.d.ts" />
|
||||
|
||||
import tar = require("tar");
|
||||
import fs = require("fs");
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for node-tar v1.0.1
|
||||
// Type definitions for tar v1.0.1
|
||||
// Project: https://github.com/npm/node-tar
|
||||
// Definitions by: Maxime LUCE <https://github.com/SomaticIT>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
Reference in New Issue
Block a user