Skip to content

Instantly share code, notes, and snippets.

@stucox
Last active August 3, 2016 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stucox/889767b4677818fbcefe35c1138a781e to your computer and use it in GitHub Desktop.
Save stucox/889767b4677818fbcefe35c1138a781e to your computer and use it in GitHub Desktop.
Test case for github.com/stealjs/steal/issues/800
<!DOCTYPE html>
<script src="./node_modules/steal/steal.js"></script>
require('@cycle/dom');
{
"name": "stealjs-issue-800",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "http-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "0.9.0",
"steal": "0.16.33"
},
"system": {
"npmAlgorithm": "flat"
},
"dependencies": {
"@cycle/dom": "12.0.3",
"xstream": "5.3.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment