Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Commit 200f428

Browse files
committedFeb 22, 2017
Fix tests
1 parent e832f7b commit 200f428

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
 

‎index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const path = require('path');
24
const WebWorkerTemplatePlugin = require('webpack/lib/webworker/WebWorkerTemplatePlugin');
35
const SingleEntryPlugin = require('webpack/lib/SingleEntryPlugin');

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
],
2424
"no-underscore-dangle": 0,
2525
"no-param-reassign": 0,
26-
"prefer-destructuring": 0
26+
"prefer-destructuring": 0,
27+
"strict": 0
2728
}
2829
},
2930
"peerDependencies": {

‎test/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const assert = require('assert');
24
const fs = require('fs');
35
const del = require('del');

0 commit comments

Comments
 (0)
This repository has been archived.