We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debec10 commit f217143Copy full SHA for f217143
package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"description": "A regex engine built with AssemblyScript",
5
"ascMain": "assembly/index.ts",
6
+ "main": "assembly/index.ts",
7
"scripts": {
8
"pretest": "npm run test:generate && npm run asbuild:untouched && npm run asbuild:empty",
9
"test": "npm run prettier && npm run eslint && npm run asp && npm run test:empty",
0 commit comments