update plugin to use nmpts

This commit is contained in:
2016-03-12 08:24:05 +01:00
parent 222bfb42cd
commit 48f44ee937
15 changed files with 104 additions and 2127 deletions

View File

@@ -4,7 +4,7 @@
"description": "offers smart ways to handle paths",
"main": "index.js",
"scripts": {
"test": "cd ts/compile && gulp"
"test": "(npmts)"
},
"repository": {
"type": "git",
@@ -21,5 +21,10 @@
"url": "https://github.com/pushrocks/smartpath/issues"
},
"homepage": "https://github.com/pushrocks/smartpath",
"dependencies": {}
"dependencies": {
"beautylog": "^3.1.2"
},
"devDependencies": {
"npmts": "^3.3.2"
}
}