Browse Source

Removed native module from dependency list

master
Leo Lamprecht 8 years ago
parent
commit
341c22ac31
  1. 1
      package.json
  2. 2
      yarn.lock

1
package.json

@ -80,7 +80,6 @@
"ansi-escapes": "2.0.0",
"archiver": "2.0.0",
"array-unique": "0.3.2",
"assert": "1.4.1",
"async-retry": "1.1.3",
"aws-sdk": "2.98.0",
"babel-core": "6.25.0",

2
yarn.lock

@ -221,7 +221,7 @@ assert-plus@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234"
assert@1.4.1, assert@^1.1.1:
assert@^1.1.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91"
dependencies:

Loading…
Cancel
Save