diff --git a/packages/ripple-keypairs/package.json b/packages/ripple-keypairs/package.json index 39835a7d..72c9db90 100644 --- a/packages/ripple-keypairs/package.json +++ b/packages/ripple-keypairs/package.json @@ -41,8 +41,8 @@ }, "scripts": { "build": "gulp", - "compile": "babel -i runtime -d dist/npm/ src/", - "compile-with-source-maps": "babel -i runtime -s -t -d dist/npm/ src/", + "compile": "babel --optional runtime -d dist/npm/ src/", + "compile-with-source-maps": "babel --optional runtime -s -t -d dist/npm/ src/", "prepublish": "npm test && npm run lint && npm run compile", "test": "istanbul test _mocha", "coveralls": "cat ./coverage/lcov.info | coveralls",