Compare commits

..

2 Commits

Author SHA1 Message Date
047cf02e6a 1.0.3 2016-11-26 23:24:52 +01:00
69127cacdd remove postinstall 2016-11-26 23:24:48 +01:00

View File

@ -1,13 +1,12 @@
{ {
"name": "smartgit", "name": "smartgit",
"version": "1.0.2", "version": "1.0.3",
"description": "smart git wrapper for node", "description": "smart git wrapper for node",
"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*", "cleanTest": "rm -rf test/temp*",
"test": "(npm run cleanTest && npmts)", "test": "(npm run cleanTest && npmts)"
"install": "node dist/postinstall.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",