Skip to content

Commit

Permalink
Merge pull request #1205 from Agoric/captp-remove-bundle
Browse files Browse the repository at this point in the history
remove bundle step from captp package
  • Loading branch information
warner authored Jun 24, 2020
2 parents d64f527 + aef47ef commit 0404bb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
13 changes: 4 additions & 9 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,21 @@
"author": "Michael FIG <michael@fig.org>",
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"license": "Apache-2.0",
"main": "dist/captp.cjs.js",
"main": "lib/captp.js",
"module": "lib/captp.js",
"browser": "dist/captp.umd.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib",
"dist"
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Agoric/agoric-sdk.git"
},
"scripts": {
"build": "rollup -c",
"build": "exit 0",
"test": "tape -r esm 'test/**/*.js'",
"lint-fix": "eslint --fix '**/*.js'",
"lint-check": "eslint '**/*.js'",
Expand All @@ -44,10 +42,7 @@
"@agoric/marshal": "^0.2.2",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.2",
"esm": "^3.2.5",
"rollup": "^1.24.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
"esm": "^3.2.5"
},
"bugs": {
"url": "https://github.com/Agoric/agoric-sdk/issues"
Expand Down
24 changes: 0 additions & 24 deletions packages/captp/rollup.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12918,7 +12918,7 @@ rollup-pluginutils@^2.8.1:
dependencies:
estree-walker "^0.6.1"

rollup@^1.16.6, rollup@^1.16.7, rollup@^1.2.2, rollup@^1.23.1, rollup@^1.24.0, rollup@^1.26.2:
rollup@^1.16.6, rollup@^1.16.7, rollup@^1.2.2, rollup@^1.23.1, rollup@^1.26.2:
version "1.27.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.27.5.tgz#d100fb0ffd8353575cb2057152547b9abfddfe59"
integrity sha512-8rfVdzuTg2kt8ObD9LNJpEwUN7B6lsl3sHc5fddtgICpLjpYeSf4m2+RftBzcCaBTMi1iYX3Ez8zFT4Gj2nJjg==
Expand Down

0 comments on commit 0404bb0

Please sign in to comment.