Merge pull request #36 from cerc-io/dboreham/publish-aware

Make console publishable as an npm package
This commit is contained in:
David Boreham 2023-03-23 10:10:34 -06:00 committed by GitHub
commit a1bd672182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",