include node_modules so release .zip is deployable
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std
|
||||
*/
|
||||
export * from "./operators";
|
||||
export * from "./operations";
|
||||
export * from "./special_math/index";
|
||||
export * from "./IComputable";
|
||||
Reference in New Issue
Block a user