Skip to content

Commit

Permalink
chore: remove npmrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Oct 24, 2019
1 parent c1a1bfe commit 2b39843
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scripts": {
"lerna": "lerna",
"gulp:app": "node abp-run-gulp-script.js ../templates/app/aspnet-core",
"gulp:module": "node abp-run-gulp-script.js ../templates/module/aspnet-core",
"gulp:app": "node run-gulp-script.js ../templates/app/aspnet-core",
"gulp:module": "node run-gulp-script.js ../templates/module/aspnet-core",
"ncu": "ncu",
"update:templates": "node abp-package-update-script.js ../templates"
},
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion templates/app/angular/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion templates/module/angular/.npmrc

This file was deleted.

0 comments on commit 2b39843

Please sign in to comment.