Skip to content

Commit c599205

Browse files
committed
Updating build with default entry point
1 parent 4eca110 commit c599205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "wtc-math",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A math library that provides discrete components for common math operations. Includes vectors, matrices and quaternions.",
5-
"main": "src/all.js",
5+
"main": "dist/all.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "babel src/ --presets @babel/preset-env --out-dir dist",

0 commit comments

Comments
 (0)