update typings to use typings-global and typings-test, update dependencies
This commit is contained in:
		
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @@ -22,13 +22,15 @@ | ||||
|   }, | ||||
|   "homepage": "https://github.com/pushrocks/smartssh#readme", | ||||
|   "dependencies": { | ||||
|     "beautylog": "^4.1.2", | ||||
|     "fs-extra": "^0.28.0", | ||||
|     "beautylog": "^5.0.8", | ||||
|     "fs-extra": "^0.30.0", | ||||
|     "js-base64": "^2.1.9", | ||||
|     "smartfile": "^3.0.5" | ||||
|     "smartfile": "^3.0.10", | ||||
|     "typings-global": "^1.0.3", | ||||
|     "typings-test": "^1.0.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "npmts": "^5.0.4", | ||||
|     "should": "^8.3.1" | ||||
|     "npmts": "^5.1.19", | ||||
|     "should": "^9.0.0" | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| /// <reference path="../ts/typings/main.d.ts" /> | ||||
| import "typings-test" | ||||
| let should = require("should"); | ||||
| let smartssh = require("../dist/index.js"); | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| /// <reference path="./typings/main.d.ts" /> | ||||
| import "typings-global" | ||||
| import plugins = require("./smartssh.plugins"); | ||||
| import classes = require("./smartssh.classes"); | ||||
| @@ -1,4 +1,4 @@ | ||||
| /// <reference path="./typings/main.d.ts" /> | ||||
| import "typings-global" | ||||
| import plugins = require("./smartssh.plugins"); | ||||
| import classes = require("./smartssh.classes"); | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /// <reference path="./typings/main.d.ts" /> | ||||
| import "typings-global" | ||||
| import plugins = require("./smartssh.plugins"); | ||||
| import helpers = require("./smartssh.classes.helpers"); | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /// <reference path="./typings/main.d.ts" /> | ||||
| import "typings-global" | ||||
| export let beautylog = require("beautylog"); | ||||
| export let base64 = require("js-base64").Base64; | ||||
| export let fs = require("fs-extra"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user