Compare commits

...

2 Commits

Author SHA1 Message Date
a8f93682fc 3.1.4 2016-04-05 01:00:03 +02:00
2833666d14 updated deps 2016-04-05 01:00:02 +02:00

View File

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