|
@@ -6,6 +6,10 @@
|
|
|
"module": "./dist/index.esm.js",
|
|
"module": "./dist/index.esm.js",
|
|
|
"browser": "./dist/index.min.js",
|
|
"browser": "./dist/index.min.js",
|
|
|
"types": "./dist/index.d.ts",
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "dist",
|
|
|
|
|
+ "README.md"
|
|
|
|
|
+ ],
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'",
|
|
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'",
|
|
|
"build": "rollup -c"
|
|
"build": "rollup -c"
|