fixed package.json

This commit is contained in:
2016-03-12 09:58:19 +01:00
parent 8986953592
commit 72c70c481a
3 changed files with 5 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
"name": "smartpath",
"version": "2.0.0",
"description": "offers smart ways to handle paths",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},