We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0258cd commit 1295e48Copy full SHA for 1295e48
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strict-loader",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "Adds `use strict;` in the beginning of each source",
5
"keywords": [
6
"webpack",
@@ -17,11 +17,7 @@
17
"type": "git",
18
"url": "https://github.com/mistadikay/strict-loader.git"
19
},
20
- "author": {
21
- "name": "mistadikay",
22
- "email": "koltsov.d@gmail.com",
23
- "url": "https://github.com/mistadikay"
24
- },
+ "author": "Denis Koltsov <iam@mistadikay.com> (https://mistadikay.com/)",
25
"main": "index.js",
26
"dependencies": {
27
"esprima": "^3.1.3",
0 commit comments