mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 10:33:08 -06:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user