Skip to content

Commit

Permalink
Merge pull request #99 from hf/remove-node-package
Browse files Browse the repository at this point in the history
Remove node dependency
  • Loading branch information
ivasilov authored Sep 27, 2019
2 parents 92d5482 + 31cb9dd commit e9ff8af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
9 changes: 5 additions & 4 deletions packages/toix/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@toi/toix",
"version": "1.0.14",
"version": "1.0.15",
"description": "Extra validators for Toi.",
"main": "build/index.js",
"engines": {
"node": ">=6.13"
},
"files": [
"build/**/*.{js,js.map,d.ts,d.ts.map}",
"index.ts",
Expand Down Expand Up @@ -30,15 +33,13 @@
"license": "MIT",
"dependencies": {
"@toi/toi": "^1.0.0",
"isemail": "^3.2.0",
"node": ">=10.0.0"
"isemail": "^3.2.0"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"node": ">=10.0.0",
"nyc": "^13.0.1",
"prettier": "^1.17.1",
"proxyquire": "^2.1.0",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -892,18 +892,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=

node-bin-setup@^1.0.0:
version "1.0.6"
resolved "https://registry.yarnpkg.com/node-bin-setup/-/node-bin-setup-1.0.6.tgz#4b5c9bb937ece702d7069b36ca78af4684677528"
integrity sha512-uPIxXNis1CRbv1DwqAxkgBk5NFV3s7cMN/Gf556jSw6jBvV7ca4F9lRL/8cALcZecRibeqU+5dFYqFFmzv5a0Q==

node@>=10.0.0:
version "12.3.1"
resolved "https://registry.yarnpkg.com/node/-/node-12.3.1.tgz#286e084d98f8f5b2e4cae5e7e36ed290809f8c0c"
integrity sha512-v5jzaCc3aQ9RLa4f6Fj4RzvyLzJGyx6OYtuX1o8R/RaouItwBjhrI298hUrGo2A4AQoL23buj0HCRrdw4YvjLg==
dependencies:
node-bin-setup "^1.0.0"

[email protected]:
version "3.0.6"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
Expand Down

0 comments on commit e9ff8af

Please sign in to comment.