Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
047cf02e6a | |||
69127cacdd |
@ -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",
|
||||||
|
Reference in New Issue
Block a user