source: trip-planner-front/node_modules/@angular/cli/commands.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 680 bytes
Line 
1{
2 "add": "./commands/add.json",
3 "analytics": "./commands/analytics.json",
4 "build": "./commands/build.json",
5 "config": "./commands/config.json",
6 "deploy": "./commands/deploy.json",
7 "doc": "./commands/doc.json",
8 "e2e": "./commands/e2e.json",
9 "extract-i18n": "./commands/extract-i18n.json",
10 "make-this-awesome": "./commands/easter-egg.json",
11 "generate": "./commands/generate.json",
12 "help": "./commands/help.json",
13 "lint": "./commands/lint.json",
14 "new": "./commands/new.json",
15 "run": "./commands/run.json",
16 "serve": "./commands/serve.json",
17 "test": "./commands/test.json",
18 "update": "./commands/update.json",
19 "version": "./commands/version.json"
20}
Note: See TracBrowser for help on using the repository browser.