Make sure we list babel-runtime in the deps for noms (#1298)

Also add repository and description fields...

Fixes #1289
This commit is contained in:
Erik Arvidsson
2016-04-22 11:44:35 -07:00
parent 5896559db7
commit 50308de6b9

View File

@@ -1,10 +1,13 @@
{
"name": "@attic/noms",
"version": "12.0.0",
"version": "12.1.0",
"description": "Noms JS SDK",
"repository": "https://github.com/attic-labs/noms",
"main": "dist/commonjs/noms.js",
"jsnext:main": "dist/es6/noms.js",
"dependencies": {
"babel-regenerator-runtime": "6.5.0",
"babel-runtime": "5.8.38",
"rusha": "0.8.3",
"text-encoding-utf-8": "1.0.1"
},