Comparing version 1.7.2 to 2.0.0
;(function(undefined) { | ||
'use strict'; | ||
/** | ||
* BottleJS v1.7.2 - 2019-02-07 | ||
* BottleJS v2.0.0 - 2020-08-20 | ||
* A powerful dependency injection micro container | ||
* | ||
* Copyright (c) 2019 Stephen Young | ||
* Copyright (c) 2020 Stephen Young | ||
* Licensed MIT | ||
@@ -9,0 +9,0 @@ */ |
{ | ||
"name": "bottlejs", | ||
"version": "1.7.2", | ||
"version": "2.0.0", | ||
"description": "A powerful dependency injection micro container", | ||
"main": "dist/bottle.js", | ||
"module": "dist/bottle-es.js", | ||
"typings": "dist/bottle.d.ts", | ||
@@ -30,7 +31,7 @@ "scripts": { | ||
"grunt": "^1.0.3", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-jasmine": "^2.0.3", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-contrib-uglify": "^3.3.0", | ||
"grunt-contrib-jshint": "^2.0.0", | ||
"grunt-contrib-uglify": "^5.0.0", | ||
"grunt-wrap": "^0.3.1", | ||
@@ -37,0 +38,0 @@ "lodash": "^4.17.0" |
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
62253
9
1281