Skip to content

Commit

Permalink
#235 Remove node typings from dependencies. Remove types field from p…
Browse files Browse the repository at this point in the history
…ackage.json
  • Loading branch information
inikulin committed Apr 16, 2018
1 parent 7999d69 commit 9acd76a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
"devDependencies": {
"@types/node": "*",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-benchmark": "^1.1.1",
Expand Down Expand Up @@ -44,7 +45,6 @@
],
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/inikulin/parse5.git"
Expand All @@ -56,8 +56,5 @@
},
"files": [
"lib"
],
"dependencies": {
"@types/node": "*"
}
]
}

0 comments on commit 9acd76a

Please sign in to comment.