Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
torarvid committed Jun 15, 2017
1 parent e04aed8 commit d78d8fa
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "auto-strict",
"version": "0.0.2",
"version": "0.0.3",
"description": "Add 'use strict'; to all code not in node_modules",
"main": "index.js",
"author": "Tor Arvid Lund <[email protected]>",
"author": {
"name": "Tor Arvid Lund",
"email": "[email protected]"
},
"repository": "torarvid/auto-strict",
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"strict",
"use-strict"
],
"dependencies": {},
"devDependencies": {
"eslint": "^4.0.0",
Expand Down

0 comments on commit d78d8fa

Please sign in to comment.