forked from cerc-io/laconic-console
Make console publishable as an npm package
This commit is contained in:
parent
c662128f7a
commit
402599662b
2
.npmrc
2
.npmrc
@ -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/
|
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@cerc-io/console-app",
|
"name": "@cerc-io/console-app",
|
||||||
"version": "1.2.9",
|
"version": "1.3.0",
|
||||||
"description": "Laconic Console",
|
"description": "Laconic Console",
|
||||||
"repository": "https://github.com/cerc-io/laconic-console",
|
"repository": "https://github.com/cerc-io/laconic-console",
|
||||||
"main": "dist/es/index.js",
|
"main": "dist/es/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"src/gql"
|
"dist/*", "src/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"analyzer": "webpack --config webpack-analyzer.config.js",
|
"analyzer": "webpack --config webpack-analyzer.config.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user