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",
"version": "1.0.2",
"version": "1.0.3",
"description": "smart git wrapper for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"cleanTest": "rm -rf test/temp*",
"test": "(npm run cleanTest && npmts)",
"install": "node dist/postinstall.js"
"test": "(npm run cleanTest && npmts)"
},
"repository": {
"type": "git",