cleanup(repo): remove an unused field from package.json

This commit is contained in:
Victor Savkin 2021-02-06 14:38:41 -05:00
parent 285879c1e2
commit 12102c258c
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,7 +8,6 @@ test
.DS_Store
tmp
*.log
.ng_pkg_build
jest.debug.config.js
.tool-versions
/.verdaccio/build/local-registry

View File

@ -3,7 +3,6 @@
"version": "11.2.6",
"description": "Extensible Dev Tools for Monorepos",
"homepage": "https://nx.dev",
"main": "index.js",
"private": true,
"scripts": {
"build": "./scripts/package.sh --local",