Skip to content

Commit

Permalink
fix: also include 'main' module entry point
Browse files Browse the repository at this point in the history
This keeps the TypeScript compiler happy as well as the AssemblyScript compiler
  • Loading branch information
ColinEberhardt committed May 17, 2021
1 parent debec10 commit f217143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "A regex engine built with AssemblyScript",
"ascMain": "assembly/index.ts",
"main": "assembly/index.ts",
"scripts": {
"pretest": "npm run test:generate && npm run asbuild:untouched && npm run asbuild:empty",
"test": "npm run prettier && npm run eslint && npm run asp && npm run test:empty",
Expand Down

0 comments on commit f217143

Please sign in to comment.