Created
April 16, 2019 16:33
-
-
Save Hypercubed/e6f198ff61f5d2d9ec3a540a0ac3b9ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-/ | |
node_modules/ | |
package-lock.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
"package_path": "./-/", | |
"package_root": "/-/" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<head> | |
<script type="module"> | |
import * as d3 from '/-/[email protected]'; | |
d3.select('#hello').text('Hello World!!'); | |
</script> | |
</head> | |
<body> | |
<div id="hello">What</div> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@swimlane/airdrop-example", | |
"private": true, | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"airdrop": "airdrop add [email protected] --bundle --optimize --clean" | |
}, | |
"author": "", | |
"license": "MIT", | |
"devDependencies": { | |
"@swimlane/airdrop-cli": "^1.0.0-rc1.6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment