We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74035dc commit 946d524Copy full SHA for 946d524
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "ammojs-types",
+ "name": "ammojs-typed",
3
"version": "1.0.0",
4
- "description": "Type definition generator for ammo.js",
5
- "main": "index.js",
+ "description": "Ammo.js with type definitions",
+ "main": "ammo/ammo.js",
6
"scripts": {
7
"download:idl": "curl -L https://raw.githubusercontent.com/kripken/ammo.js/master/ammo.idl -o ./ammo/ammo.idl",
8
"download:js": "curl -L https://github.com/kripken/ammo.js/raw/master/builds/ammo.js -o ./ammo/ammo.js",
@@ -12,6 +12,11 @@
12
"test": "tsc ammo/ammo.d.ts --noEmit"
13
},
14
"author": "Alexander Gräfenstein",
15
+ "files": [
16
+ "ammo",
17
+ "Readme.md",
18
+ "package.json"
19
+ ],
20
"license": "MIT",
21
"devDependencies": {
22
"@types/node": "^12.7.5",
0 commit comments