Skip to content

Commit f217143

Browse files
fix: also include 'main' module entry point
This keeps the TypeScript compiler happy as well as the AssemblyScript compiler
1 parent debec10 commit f217143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "A regex engine built with AssemblyScript",
55
"ascMain": "assembly/index.ts",
6+
"main": "assembly/index.ts",
67
"scripts": {
78
"pretest": "npm run test:generate && npm run asbuild:untouched && npm run asbuild:empty",
89
"test": "npm run prettier && npm run eslint && npm run asp && npm run test:empty",

0 commit comments

Comments
 (0)