@lumino/algorithm
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@lumino/algorithm", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Lumino Algorithms and Iterators", | ||
@@ -9,2 +9,6 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/lumino.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
@@ -27,6 +31,2 @@ "author": "S. Chris Colbert <sccolbert@gmail.com>", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/lumino.git" | ||
}, | ||
"scripts": { | ||
@@ -36,3 +36,3 @@ "api": "api-extractor run --local --verbose", | ||
"build:test": "tsc --build tests && cd tests && webpack", | ||
"clean": "rimraf lib", | ||
"clean": "rimraf lib && rimraf *.tsbuildinfo", | ||
"clean:test": "rimraf tests/build", | ||
@@ -50,3 +50,3 @@ "docs": "typedoc --options tdoptions.json src", | ||
"chai": "^3.5.0", | ||
"karma": "^1.5.0", | ||
"karma": "^4.4.1", | ||
"karma-chrome-launcher": "^2.0.0", | ||
@@ -57,7 +57,8 @@ "karma-firefox-launcher": "^1.0.0", | ||
"karma-mocha-reporter": "^2.2.2", | ||
"mocha": "^3.2.0", | ||
"mocha": "^6.2.2", | ||
"rimraf": "^2.5.2", | ||
"typedoc": "~0.12.0", | ||
"typescript": "~3.0.3", | ||
"webpack": "^2.2.1" | ||
"typedoc": "~0.15.0", | ||
"typescript": "~3.6.4", | ||
"webpack": "^4.41.3", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
@@ -67,3 +68,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "15fff95b04349ef7247e8e2e7a5f54c61171d613" | ||
"gitHead": "53ec13d322579e356862268970649f9c1213a7ac" | ||
} |
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
184991
15