Skip to content

Commit

Permalink
Removes reference to conflito repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipe lautert committed Jun 4, 2021
1 parent 089c718 commit 872fed2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": 1,
"newProjectRoot": "./",
"projects": {
"@conflito2/angular2-hotkeys": {
"angular2-hotkeys": {
"projectType": "library",
"root": "./",
"sourceRoot": "src",
Expand Down Expand Up @@ -47,5 +47,5 @@
}
}
},
"defaultProject": "@conflito2/angular2-hotkeys"
"defaultProject": "angular2-hotkeys"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@conflito2/angular2-hotkeys",
"name": "angular2-hotkeys",
"version": "2.2.1",
"scripts": {
"build": "ng build @conflito2/angular2-hotkeys",
"build:release": "ng build @conflito2/angular2-hotkeys --prod",
"build:watch": "ng build @conflito2/angular2-hotkeys --watch",
"build": "ng build angular2-hotkeys",
"build:release": "ng build angular2-hotkeys --prod",
"build:watch": "ng build angular2-hotkeys --watch",
"ng": "ng",
"lint": "ng lint",
"release": "npm run build:release && npm publish dist/",
Expand Down

0 comments on commit 872fed2

Please sign in to comment.