diff --git a/.npmrc b/.npmrc deleted file mode 100644 index d4f9f73..0000000 --- a/.npmrc +++ /dev/null @@ -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/ diff --git a/package.json b/package.json index fba4c23..00eabd8 100644 --- a/package.json +++ b/package.json @@ -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",