cleanup(repo): remove an unused field from package.json
This commit is contained in:
parent
285879c1e2
commit
12102c258c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,7 +8,6 @@ test
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
tmp
|
tmp
|
||||||
*.log
|
*.log
|
||||||
.ng_pkg_build
|
|
||||||
jest.debug.config.js
|
jest.debug.config.js
|
||||||
.tool-versions
|
.tool-versions
|
||||||
/.verdaccio/build/local-registry
|
/.verdaccio/build/local-registry
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
"version": "11.2.6",
|
"version": "11.2.6",
|
||||||
"description": "Extensible Dev Tools for Monorepos",
|
"description": "Extensible Dev Tools for Monorepos",
|
||||||
"homepage": "https://nx.dev",
|
"homepage": "https://nx.dev",
|
||||||
"main": "index.js",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./scripts/package.sh --local",
|
"build": "./scripts/package.sh --local",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user