Skip to content

Commit

Permalink
Updating publishing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Dec 31, 2019
1 parent 1b4e8db commit 3978a48
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.DS_Store
node_modules
# Exclude /dist. We want this included in the package when it's published
# /dist
/coverage

/tests/e2e/reports/
selenium-debug.log

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:DependencyTrack/front-end.git"
"url": "[email protected]:DependencyTrack/frontend.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"start": "npm run serve",
Expand Down

0 comments on commit 3978a48

Please sign in to comment.