Skip to content

Commit

Permalink
Version bump for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Feb 21, 2022
1 parent 6af0508 commit c4f661d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apexlang/core",
"version": "0.0.15",
"version": "0.0.16",
"description": "Apex language JavaScript support",
"keywords": [
"apex",
Expand Down
12 changes: 4 additions & 8 deletions templates/module/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@
"browser": "./dist/standalone.js",
"browser-min": "./dist/standalone.min.js",
"exports": {
".": "./dist/cjs/index.js",
"./assemblyscript": "./dist/cjs/assemblyscript/index.js",
"./go": "./dist/cjs/go/index.js",
"./rust": "./dist/cjs/rust/index.js",
"./tinygo": "./dist/cjs/tinygo/index.js",
"./utils": "./dist/cjs/utils/index.js"
".": "./dist/cjs/index.js"
},
"files": [
"templates",
"dist",
"README.md",
"test",
"src",
"docs"
"docs",
"templates"
],
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -58,7 +54,7 @@
"release:preflight": "npm pack --dry-run"
},
"dependencies": {
"@apexlang/core": "^0.0.14"
"@apexlang/core": "^0.0.16"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
Expand Down

0 comments on commit c4f661d

Please sign in to comment.