Skip to content

Commit e0ee990

Browse files
committed
1.0.0
1 parent f7b7fb5 commit e0ee990

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
2-
"name" : "constants-browserify",
3-
"description" : "node's constants module for the browser",
4-
"version" : "0.0.1",
5-
"repository" : {
6-
"type" : "git",
7-
"url" : "git://github.com/juliangruber/constants-browserify.git"
2+
"name": "constants-browserify",
3+
"description": "node's constants module for the browser",
4+
"version": "1.0.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/juliangruber/constants-browserify.git"
88
},
99
"homepage": "https://github.com/juliangruber/constants-browserify",
10-
"main" : "constants.json",
11-
"dependencies" : {},
12-
"keywords": ["constants","node", "browser", "browserify"],
10+
"main": "constants.json",
11+
"dependencies": {},
12+
"keywords": [
13+
"constants",
14+
"node",
15+
"browser",
16+
"browserify"
17+
],
1318
"author": {
1419
"name": "Julian Gruber",
1520
"email": "[email protected]",

0 commit comments

Comments
 (0)