first working version

This commit is contained in:
2017-08-17 16:15:47 +02:00
parent b955948380
commit ea6fc17f21
15 changed files with 628 additions and 11 deletions

View File

@@ -1,19 +1,20 @@
{
"name": "smartversion",
"version": "1.0.0",
"description": "handle npm versions the smart way",
"version": "1.0.1",
"description": "handle semver with easy",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/smartversion.git"
"devDependencies": {
"tapbundle": "^1.0.13"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartversion/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartversion#README"
"dependencies": {
"@types/semver": "^5.3.33",
"semver": "^5.4.1",
"typings-global": "^1.0.16"
}
}