Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jul 13, 2015
1 parent f7b7fb5 commit e0ee990
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down

0 comments on commit e0ee990

Please sign in to comment.