We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eca110 commit c599205Copy full SHA for c599205
1 file changed
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "wtc-math",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "A math library that provides discrete components for common math operations. Includes vectors, matrices and quaternions.",
5
- "main": "src/all.js",
+ "main": "dist/all.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"build": "babel src/ --presets @babel/preset-env --out-dir dist",
0 commit comments