first working version
This commit is contained in:
23
package.json
23
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user