thinkful-ui
Advanced tools
Comparing version 0.2.11 to 0.2.12
{ | ||
"name": "thinkful-ui", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Shared navigation and UI resources for Thinkful.", | ||
@@ -42,2 +42,3 @@ "main": "src/index.es6", | ||
"babel-core": "^5.4.7", | ||
"babel-eslint": "^3.1.15", | ||
"babel-loader": "^5.1.3", | ||
@@ -47,2 +48,4 @@ "babel-runtime": "^5.4.7", | ||
"debug": "^2.2.0", | ||
"eslint": "^0.22.1", | ||
"eslint-loader": "^0.12.0", | ||
"extract-text-webpack-plugin": "^0.8.1", | ||
@@ -49,0 +52,0 @@ "html-loader": "^0.3.0", |
@@ -28,3 +28,3 @@ 'use strict'; | ||
test: /\.(es6|jsx)$/, | ||
loaders: ['babel?stage=0'] }, | ||
loaders: ['babel?stage=0', 'eslint-loader'] }, | ||
@@ -46,3 +46,3 @@ json: { test: /\.json$/, loaders: ['json'] }, | ||
cache: true, | ||
devtool: 'source-map', | ||
devtool: false, | ||
entry: options.entry, | ||
@@ -76,2 +76,5 @@ module: { | ||
// Loader specific customization | ||
eslint: { | ||
configFile: path.join(__dirname, './.eslintrc') | ||
}, | ||
remarkable: { | ||
@@ -78,0 +81,0 @@ preset: 'full', |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
54536
29
466
0
21