Make console publishable as an npm package

This commit is contained in:
David Boreham 2023-03-23 10:09:34 -06:00
parent c662128f7a
commit 402599662b
2 changed files with 2 additions and 4 deletions

2
.npmrc
View File

@ -1,2 +0,0 @@
@cerc-io:registry=https://git.vdb.to/api/packages/cerc-io/npm/
@lirewine:registry=https://git.vdb.to/api/packages/cerc-io/npm/

View File

@ -1,11 +1,11 @@
{
"name": "@cerc-io/console-app",
"version": "1.2.9",
"version": "1.3.0",
"description": "Laconic Console",
"repository": "https://github.com/cerc-io/laconic-console",
"main": "dist/es/index.js",
"files": [
"src/gql"
"dist/*", "src/*"
],
"scripts": {
"analyzer": "webpack --config webpack-analyzer.config.js",