Compare commits

...

2 Commits

Author SHA1 Message Date
5b7f104c88 3.1.2 2016-04-05 00:35:25 +02:00
f2423f7c61 update deps 2016-04-05 00:35:15 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "smartpath",
"version": "3.1.1",
"version": "3.1.2",
"description": "offers smart ways to handle paths",
"main": "dist/index.js",
"scripts": {
@ -22,11 +22,11 @@
},
"homepage": "https://github.com/pushrocks/smartpath",
"dependencies": {
"beautylog": "^3.1.2",
"beautylog": "^4.1.0",
"home": "^1.0.1"
},
"devDependencies": {
"npmts": "^4.0.1",
"npmts": "^5.0.1",
"should": "^8.3.0"
}
}