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
Add node-bind and observe-js as dependencies
  • Loading branch information
dfreedm committed Nov 5, 2014
1 parent 8edc547 commit 5f0b9b1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TemplateBinding",
"version": "0.0.0",
"name": "template-binding",
"version": "0.4.2",
"description": "",
"main": "./src/TemplateBinding.js",
"directories": {
Expand All @@ -14,9 +14,13 @@
"type": "git",
"url": "https://github.com/Polymer/TemplateBinding.git"
},
"author": "",
"license": "Apache License 2.0",
"author": "The Polymer Authors",
"license": "BSD",
"gitHead": "cdd89f1fb6273ede781c9e00a512720df1adffff",
"dependencies": {
"node-bind": "^0.4.2",
"observe-js": "^0.4.2"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-concat": "~0.3.0",
Expand Down

0 comments on commit 5f0b9b1

Please sign in to comment.