This commit is contained in:
Philipp Kunz 2016-05-23 04:11:58 +02:00
parent d77999e62d
commit ed6c730a6c

View File

@ -1,9 +1,9 @@
{
"name": "smartfile",
"version": "3.0.7",
"version": "3.0.8",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"reinstall": "(rm -r node_modules && npm install)",