thinkful-ui
Advanced tools
Comparing version 0.2.0-alpha to 0.2.1
{ | ||
"name": "thinkful-ui", | ||
"version": "0.2.0-alpha", | ||
"version": "0.2.1", | ||
"description": "Shared navigation and UI resources for Thinkful.", | ||
@@ -16,3 +16,3 @@ "main": "src/index.es6", | ||
], | ||
"author": "Thinkful <evan@thinkful.com>", | ||
"author": "Thinkful <engineering@thinkful.com>", | ||
"license": "Apache-2.0", | ||
@@ -23,2 +23,12 @@ "bugs": { | ||
"homepage": "https://github.com/Thinkful/ui", | ||
"contributors": [ | ||
{ | ||
"email": "evanrs@gmail.com", | ||
"name": "Evan Schneider" | ||
}, | ||
{ | ||
"email": "learykara@gmail.com", | ||
"name": "Kara Leary" | ||
} | ||
], | ||
"dependencies": { | ||
@@ -25,0 +35,0 @@ "classnames": "^2.1.1", |
@@ -9,2 +9,3 @@ 'use strict'; | ||
module.exports = function (webpackConfig, options) { | ||
options = options || {}; | ||
var NAME = webpackConfig.displayName || options.displayName; | ||
@@ -11,0 +12,0 @@ var PORT = webpackConfig.hotloadPort || options.hotloadPort || 8888; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2872204
28
1257