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

Commit

Permalink
update package.json for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 5, 2014
1 parent 2f95aa6 commit 061f240
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": "*",
Expand Down

0 comments on commit 061f240

Please sign in to comment.