We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e971284 commit d995e19Copy full SHA for d995e19
1 file changed
package.json
@@ -33,5 +33,8 @@
33
"scripts": {
34
"test": "node ./test/test.js"
35
},
36
- "main": "tmpl"
+ "files": [
37
+ "tmpl.js"
38
+ ],
39
+ "main": "tmpl.js"
40
}
0 commit comments