This commit is contained in:
Philipp Kunz 2016-07-02 02:22:12 +02:00
parent c8c9d8a407
commit 01499cc63a

View File

@ -1,11 +1,11 @@
{ {
"name": "smartgit", "name": "smartgit",
"version": "0.1.1", "version": "0.1.2",
"description": "an easy wrapper for nodegit", "description": "an easy wrapper for nodegit",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"cleanTest":"rm -rf test/temp && rm -rf test/temp2", "cleanTest": "rm -rf test/temp && rm -rf test/temp2",
"test": "(npm run cleanTest && npmts)", "test": "(npm run cleanTest && npmts)",
"install": "node dist/postinstall.js" "install": "node dist/postinstall.js"
}, },