From e0ee990c75f3a0b3275e6bb2e3ff4d5d169d1b9d Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Mon, 13 Jul 2015 20:16:33 +0200 Subject: [PATCH] 1.0.0 --- package.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 73ede8f..fcdf301 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,20 @@ { - "name" : "constants-browserify", - "description" : "node's constants module for the browser", - "version" : "0.0.1", - "repository" : { - "type" : "git", - "url" : "git://github.com/juliangruber/constants-browserify.git" + "name": "constants-browserify", + "description": "node's constants module for the browser", + "version": "1.0.0", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/constants-browserify.git" }, "homepage": "https://github.com/juliangruber/constants-browserify", - "main" : "constants.json", - "dependencies" : {}, - "keywords": ["constants","node", "browser", "browserify"], + "main": "constants.json", + "dependencies": {}, + "keywords": [ + "constants", + "node", + "browser", + "browserify" + ], "author": { "name": "Julian Gruber", "email": "julian@juliangruber.com",