Skip to content

Commit 946d524

Browse files
author
Alexander Gräfenstein
committed
npm package
1 parent 74035dc commit 946d524

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ammojs-types",
2+
"name": "ammojs-typed",
33
"version": "1.0.0",
4-
"description": "Type definition generator for ammo.js",
5-
"main": "index.js",
4+
"description": "Ammo.js with type definitions",
5+
"main": "ammo/ammo.js",
66
"scripts": {
77
"download:idl": "curl -L https://raw.githubusercontent.com/kripken/ammo.js/master/ammo.idl -o ./ammo/ammo.idl",
88
"download:js": "curl -L https://github.com/kripken/ammo.js/raw/master/builds/ammo.js -o ./ammo/ammo.js",
@@ -12,6 +12,11 @@
1212
"test": "tsc ammo/ammo.d.ts --noEmit"
1313
},
1414
"author": "Alexander Gräfenstein",
15+
"files": [
16+
"ammo",
17+
"Readme.md",
18+
"package.json"
19+
],
1520
"license": "MIT",
1621
"devDependencies": {
1722
"@types/node": "^12.7.5",

0 commit comments

Comments
 (0)