Comparing version 1.0.0 to 1.0.1
@@ -1,1 +0,1 @@ | ||
"use strict";var Database=require("./core/Database");module.exports=init=function init(a){return new Database(a)}; | ||
"use strict";var Database=require("./core/Database"),init=function(a){return new Database(a)};module.exports=init; |
@@ -10,3 +10,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A lightweight, hyper-flexible Object database", | ||
@@ -32,3 +32,4 @@ "main": "lib/index.js", | ||
"prebuild": "rimraf ./lib", | ||
"build": "babel ./src -d ./lib" | ||
"build": "babel ./src -d ./lib", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -47,8 +48,8 @@ "repository": { | ||
"@babel/preset-env": "^7.12.7", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-preset-minify": "^0.5.1", | ||
"commitizen": "4.2.2", | ||
"concurrently": "^5.3.0", | ||
"coveralls": "^3.1.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint": "^7.14.0", | ||
@@ -58,4 +59,5 @@ "husky": "^4.3.0", | ||
"prettier": "^2.2.0", | ||
"rimraf": "^3.0.2" | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.2.4" | ||
} | ||
} |
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
13186
23
15