This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump to 1.1.0 and new changelog
- Loading branch information
Alexander Salas Bastidas
committed
Jan 25, 2017
1 parent
949f7c2
commit 5771ee8
Showing
2 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "@teclib/flyve-mdm-glpi", | ||
"version": "1.1.0", | ||
"description": "Flyve MDM plugin for GLPI", | ||
"main": "config.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "phpunit --verbose", | ||
"release": "standard-version --sign --message 'chore(release): bump to %s and new changelog'" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/flyve-mdm/flyve-mdm-glpi.git" | ||
}, | ||
"keywords": [ | ||
"glpi", | ||
"flyve", | ||
"mdm" | ||
], | ||
"author": "Thierry Bugier Pineau <tbugier@teclib.com> (https://flyve-mdm.com/)", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/flyve-mdm/flyve-mdm-glpi/issues" | ||
}, | ||
"homepage": "https://github.com/flyve-mdm/flyve-mdm-glpi#readme", | ||
"devDependencies": { | ||
"standard-version": "^4.0.0" | ||
} | ||
} |