Skip to content

Commit

Permalink
cleanup(js): add missing package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Jan 13, 2022
1 parent eabeebc commit e28b3ce
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/js/package.json
@@ -1,7 +1,31 @@
{
"name": "@nrwl/js",
"version": "0.0.1",
"description": "JavaScript Plugin for Nx",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/js"
},
"keywords": [
"Monorepo",
"Web",
"Node",
"Swc",
"Tsc",
"CLI"
],
"main": "src/index.js",
"typings": "src/index.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"generators": "./generators.json",
"schematics": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit e28b3ce

Please sign in to comment.