From 82f855171561187cb4b47c5b14b73f017caf58e8 Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Sat, 17 Jan 2015 14:42:57 -0600 Subject: [PATCH] Use semantic versioning Fixes #10 When trying to import this via NPM (slowly becoming the standard way to do so with Hubot), NPM complains about the package not using [semantic versioning](http://semver.org/) and halts installation. Ths PR fixes that issue, as well as renames the NPM name so that it lines up with the package name itself. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e73e50e..720eacb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "redminejs", - "version": "0.1", + "name": "hubot-redmine", + "version": "0.1.0", "author": "rob hurring", "keywords": "hubot plugin scripts campfire bot robot redmine", "description": "Basic redmine API for hubot or whatever",