-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading node_modules #1
base: master
Are you sure you want to change the base?
Conversation
Fixing issues
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@opendnd/core", | |||
"version": "0.2.7", | |||
"name": "@howlingsails-dnd-core", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm change this for publishing for validation in high projects for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this means but cannot merge this if it changes the package name.
"env:dev": "cross-env NODE_ENV=development", | ||
"env:prod": "cross-env NODE_ENV=production", | ||
"test": "mocha -c -S -R spec --compilers ts:ts-node/register --check-leaks", | ||
"test": "mocha -c -S -R spec ts:ts-node/register --check-leaks", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work on the master branch..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First Cleanup
Trying to upgrade packages to latest versions for package users.