@phosphor/domutils
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
/*----------------------------------------------------------------------------- | ||
@@ -8,3 +9,2 @@ | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
|----------------------------------------------------------------------------*/ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -11,0 +11,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
/*----------------------------------------------------------------------------- | ||
@@ -8,3 +9,2 @@ | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
|----------------------------------------------------------------------------*/ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -11,0 +11,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
/*----------------------------------------------------------------------------- | ||
@@ -8,3 +9,2 @@ | Copyright (c) 2014-2017, PhosphorJS Contributors | ||
|----------------------------------------------------------------------------*/ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -11,0 +11,0 @@ /** |
{ | ||
"name": "@phosphor/domutils", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "PhosphorJS - DOM Utilities", | ||
@@ -17,2 +17,3 @@ "main": "lib/index.js", | ||
"rimraf": "^2.5.2", | ||
"typedoc": "^0.6.0", | ||
"typescript": "^2.2.1" | ||
@@ -22,3 +23,4 @@ }, | ||
"build": "tsc", | ||
"clean": "rimraf lib" | ||
"clean": "rimraf lib", | ||
"docs": "typedoc --options tdoptions.json ." | ||
}, | ||
@@ -25,0 +27,0 @@ "repository": { |
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
21461
3