Skip to content

Commit d4383c6

Browse files
committed
Add metadata and main field to package json
1 parent f1d0e4b commit d4383c6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
"name": "jquery-localize",
3-
"version": "0.0.0-ignored",
3+
"description": "A jQuery plugin that makes it easy to i18n your static web site.",
4+
"version": "0.1.0",
5+
"homepage": "https://github.com/coderifous/jquery-localize",
6+
"license": "MIT",
7+
"main": "dist/jquery.localize.js",
8+
"author": {
9+
"name": "coderifous",
10+
"email": "[email protected]"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/coderifous/jquery-localize.git"
15+
},
16+
"bugs": "https://github.com/coderifous/jquery-localize/issues",
417
"engines": {
518
"node": ">= 0.8.0"
619
},

0 commit comments

Comments
 (0)