From 061f240589fda4d357a8e2ac23ebcf398915378b Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 5 Nov 2014 12:25:26 -0800 Subject: [PATCH] update package.json for npm publishing --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab3a272..f863539 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "observe-js", - "version": "0.0.0", - "description": "ObserveJS =============", + "version": "0.4.2", + "description": "observe-js is a library for observing changes on JavaScript objects/arrays", "main": "src/observe.js", "directories": { "example": "examples", @@ -12,12 +12,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/Polymer/ObserveJS.git" + "url": "https://github.com/Polymer/observe-js.git" }, - "author": "", + "author": "The Polymer Authors", "license": "BSD", "readmeFilename": "README.md", - "gitHead": "123e411687c6199c240b709d582b0e939cb14080", "devDependencies": { "chai": "*", "mocha": "*",