Skip to content

Commit

Permalink
(pub): publish v0.1.3
Browse files Browse the repository at this point in the history
- no actual API surface changes
- 1 breaking-ish, non-API change as the License has changed
  - previously was MIT in package.json and no LICENSE file
    - for reference, Physijs is MIT, and physijs-browserify is ISC
  - now under Apache 2.0 and has LICENSE file
    - I prefer Apache and use it in all my other libraries, though am
      open to changing it back if discussion reveals this as a problem
      - they are similar enough, so I don't expect there to be and
        therefore released as patch

- some other minor packaging changes:
  - author: handle -> name
  - adds CHANGELOG.md (and changelog script)

- internal improvements
  - adds a webpack test
  - adds Travis CI support
  - updates devDeps
  • Loading branch information
agilgur5 committed Jul 23, 2019
1 parent 19bf968 commit 061aac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physijs-webpack",
"version": "0.1.2",
"version": "0.1.3",
"description": "PhysiJS port for bundlers with out-of-the-box support for Webpack and Browserify",
"main": "webpack.js",
"files": [
Expand Down

0 comments on commit 061aac1

Please sign in to comment.