Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
DrunkenImp committed Mar 21, 2023
1 parent 060ac94 commit d79e58e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.G_AUTH}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "@DrunkenImpGameStudio/whispermud-core",
"name": "@drunkenimpgamestudio/whispermud",
"description": "MUD game engine",
"homepage": "",
"bugs": "",
"license": "MIT",
"author": "DrunkenImp",
"version": "0.0.1",
"repository": "github:DrunkenImpGameStudio/whispermud-core",
"repository": {
"type": "git",
"url": "https://github.com/DrunkenImpGameStudio/whispermud-core.git"
},
"engines": {
"node": ">= 10.12.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text --include=src --all mocha --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls"
Expand Down

0 comments on commit d79e58e

Please sign in to comment.