Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 061f240

Browse files
committed
update package.json for npm publishing
1 parent 2f95aa6 commit 061f240

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "observe-js",
3-
"version": "0.0.0",
4-
"description": "ObserveJS =============",
3+
"version": "0.4.2",
4+
"description": "observe-js is a library for observing changes on JavaScript objects/arrays",
55
"main": "src/observe.js",
66
"directories": {
77
"example": "examples",
@@ -12,12 +12,11 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/Polymer/ObserveJS.git"
15+
"url": "https://github.com/Polymer/observe-js.git"
1616
},
17-
"author": "",
17+
"author": "The Polymer Authors",
1818
"license": "BSD",
1919
"readmeFilename": "README.md",
20-
"gitHead": "123e411687c6199c240b709d582b0e939cb14080",
2120
"devDependencies": {
2221
"chai": "*",
2322
"mocha": "*",

0 commit comments

Comments
 (0)