Compare commits

..

2 Commits

Author SHA1 Message Date
0ca312bd02 3.1.3 2016-04-05 00:45:09 +02:00
a8f53ae2ae add .npmignore 2016-04-05 00:44:58 +02:00
2 changed files with 5 additions and 1 deletions

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
docs/
coverage/
ts/
test/

View File

@ -1,6 +1,6 @@
{
"name": "smartpath",
"version": "3.1.2",
"version": "3.1.3",
"description": "offers smart ways to handle paths",
"main": "dist/index.js",
"scripts": {