Skip to content

Commit

Permalink
discarded workaround for legacy Node
Browse files Browse the repository at this point in the history
no longer needed because we dropped support for Node v6

this effectively reverts c2ed8a4
  • Loading branch information
FND committed Feb 22, 2019
1 parent 04839ba commit 1d87617
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
},
"dependencies": {
"faucet-pipeline-core": "^1.2.0",
"rollup": "~1.2.1",
"rollup": "~1.2.2",
"rollup-plugin-cleanup": "~3.1.1",
"rollup-plugin-commonjs": "~9.2.0",
"rollup-plugin-node-resolve": "~4.0.0"
"rollup-plugin-node-resolve": "~4.0.1"
},
"devDependencies": {
"eslint-config-fnd-jsx": "^1.6.0",
"faucet-pipeline-esnext": "file:pkg/faucet-pipeline-esnext",
"faucet-pipeline-jsx": "file:pkg/faucet-pipeline-jsx",
"faucet-pipeline-typescript": "file:pkg/faucet-pipeline-typescript",
"faucet-pipeline-jsmin": "file:pkg/faucet-pipeline-jsmin",
"json-diff": "^0.5.3",
"mocha": "^5.2.0",
"json-diff": "^0.5.4",
"mocha": "^6.0.1",
"npm-run-all": "^4.1.5",
"release-util-fnd": "^1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/faucet-pipeline-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"dependencies": {
"faucet-pipeline-js": "2.0.0",
"rollup-plugin-typescript2": "~0.19.2",
"typescript": "~3.3.3"
"typescript": "~3.3.3333"
}
}
9 changes: 0 additions & 9 deletions test/unit/test_shim.js

This file was deleted.

File renamed without changes.

0 comments on commit 1d87617

Please sign in to comment.