Skip to content

Commit

Permalink
Some changes done to include it in Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Anasnew99 committed Nov 18, 2021
1 parent 5ce9f28 commit e07b1e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ typings/
# Optional npm cache directory
.npm

.npmrc

# Optional eslint cache
.eslintcache

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thingsup/greenlock-sql-manager",
"version": "1.0.10",
"version": "1.0.12",
"description": "Greenlock Manager and Store for SQL Databases",
"main": "index.js",
"scripts": {
Expand All @@ -24,6 +24,9 @@
"bugs": {
"url": "https://github.com/thingsup/greenlock-sql-manager/issues"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com/"
},
"homepage": "https://github.com/thingsup/greenlock-sql-manager#readme",
"dependencies": {
"greenlock-express": "^4.0.3",
Expand Down

0 comments on commit e07b1e2

Please sign in to comment.