@datacamp/rdocs-light
Advanced tools
Comparing version
{ | ||
"name": "@datacamp/rdocs-light", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Embeddable RDocumentation widget", | ||
@@ -5,0 +5,0 @@ "main": "src/rdocs-light.js", |
@@ -49,3 +49,3 @@ const webpack = require('webpack'); | ||
loader: 'babel-loader', | ||
exclude: /(node_modules|bower_components)/, | ||
exclude: /.\/(node_modules|bower_components)/, | ||
}, | ||
@@ -56,3 +56,3 @@ { | ||
loader: 'eslint-loader', | ||
exclude: /node_modules/, | ||
exclude: /.\/node_modules/, | ||
}, | ||
@@ -65,3 +65,3 @@ { | ||
], | ||
exclude: /node_modules/, | ||
exclude: /.\/node_modules/, | ||
}, | ||
@@ -75,3 +75,3 @@ { | ||
], | ||
exclude: /node_modules/, | ||
exclude: /.\/node_modules/, | ||
}, | ||
@@ -78,0 +78,0 @@ { |
6949333
0