Skip to content

Commit

Permalink
Merge pull request #29 from nrccua/jc-common-js
Browse files Browse the repository at this point in the history
fix: Output the build as CommonJS
  • Loading branch information
joncursi authored May 8, 2024
2 parents 7dc1704 + 3dd1cb0 commit 9468de6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/nrccua/apollo-rest-utils/compare/1.5.9...1.6.0) (2024-05-08)

### [1.5.9](https://github.com/nrccua/apollo-rest-utils/compare/1.6.0...1.5.9) (2024-05-08)


Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"update:version:major": "standard-version --release-as major && npm run test:lint:md",
"update:version:minor": "standard-version --release-as minor && npm run test:lint:md"
},
"version": "1.5.9"
"version": "1.6.0"
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"baseUrl": "./",
"declaration": true,
"esModuleInterop": true,
"module": "CommonJS",
"noEmit": false,
"outDir": "./dist",
"typeRoots": ["./node_modules/@types"]
Expand Down

0 comments on commit 9468de6

Please sign in to comment.