open-dis / open-dis-javascript

Javascript implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
11 stars 11 forks source link

package.json update/fix #6

Closed Klumze closed 2 years ago

Klumze commented 4 years ago

As we had discussed there was an issue with the main portion of the package.json pointing to a none minified version of the js file even though the prepublish command generated a . min file. I fixed that issue and updated most of the packages being used here. Let me know if there's any issues!

leif81 commented 4 years ago

Thanks!

Can you try adding the package-lock.json to the .gitignore as well. It sounds like that file is auto-generated and we can ignore it.

Klumze commented 4 years ago

Hey @leif81 just pushed that change to the .gitignore file to my master branch, not sure if I need to create a new pull request or not?

leif81 commented 4 years ago

@Klumze thank-you, I see that now. No need to open a new pull-request, it'll just add it to this one. One more thing, can you also push a change here to delete the package-lock.json file.

Klumze commented 4 years ago

@leif81 There we go haha

leif81 commented 2 years ago

This has gone a bit stale and has one or more conflicts. I'm going to close because it can't be merged as is. Please submit new PR if interested z thanks.