abstracted-firebase
Advanced tools
Comparing version 0.14.4 to 0.14.5
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.14.4", | ||
"version": "0.14.5", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -16,4 +16,4 @@ "license": "MIT", | ||
], | ||
"module": "dist/abstracted-firebase.es.js", | ||
"main": "dist/abstracted-firebase.es.js", | ||
"module": "dist/esnext/index.js", | ||
"main": "dist/cjs/index.js", | ||
"typings": "dist/esnext/index.d.ts", | ||
@@ -23,3 +23,2 @@ "scripts": { | ||
"lint": "tslint --force --format verbose \"src/**/*.ts\"", | ||
"build:rollup": "tslint src/**/*.ts && rollup -c rollup.config.js", | ||
"build": "rm -rf dist && tsc -P tsconfig.esnext.json && tsc -P tsconfig.umd.json && tsc -P tsconfig.cjs.json", | ||
@@ -26,0 +25,0 @@ "test": "ts-node ./scripts/test.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84968