@nozbe/lokijs
Advanced tools
Comparing version 1.5.12-wmelon to 1.5.12-wmelon2
{ | ||
"name": "@nozbe/lokijs", | ||
"version": "1.5.12-wmelon", | ||
"description": "Nozbe's temporary fork of LokiJS - used for WatermelonDB purposes to work around NPM issues", | ||
"version": "1.5.12-wmelon2", | ||
"description": "Nozbe's fork of LokiJS, optimized for WatermelonDB", | ||
"homepage": "https://techfort.github.io/LokiJS/", | ||
"main": "src/lokijs.js", | ||
"main": "src/lokijs.wmelon.js", | ||
"directories": { | ||
@@ -33,3 +33,4 @@ "example": "examples" | ||
"test": "npm run test:browser && npm run test:node", | ||
"build:lokijs": "uglifyjs src/lokijs.js > build/lokijs.min.js", | ||
"build:lokijs": "uglifyjs src/lokijs.js -cm > build/lokijs.min.js", | ||
"build:wmelon": "./watermelonSkipper && uglifyjs src/lokijs.wmelon.js -cm > build/lokijs.wmelon.min.js", | ||
"build:indexedAdapter": "uglifyjs src/loki-indexed-adapter.js > build/loki-indexed-adapter.min.js", | ||
@@ -55,3 +56,2 @@ "build": "npm run build:lokijs && npm run build:indexedAdapter", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -58,0 +58,0 @@ "istanbul": "^0.4.4", |
Sorry, the diff of this file is too big to display
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
3231935
34
14013