codesandboxer
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## 1.0.1 | ||
- [patch] [cedfb74](https://github.com/codesandbox/codesandboxer/commit/cedfb74): | ||
- Update repository references to point to new home. | ||
## 1.0.0 | ||
@@ -10,3 +14,3 @@ - [minor] [0b60604](https://github.com/codesandbox/codesandboxer/commit/0b60604): | ||
## 0.7.2 | ||
- [patch] [82a4f5f](https://github.com/Noviny/codesandboxer/commit/82a4f5f): | ||
- [patch] [82a4f5f](https://github.com/codesandbox/codesandboxer/commit/82a4f5f): | ||
@@ -13,0 +17,0 @@ - Fix typo that was stopping react and react-dom being ensured by the finalisation. |
@@ -11,4 +11,4 @@ 'use strict'; | ||
'index.tsx': { | ||
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/noviny/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport * as React from \'react\';\nimport * as ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);' | ||
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/codesandbox/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport * as React from \'react\';\nimport * as ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);' | ||
} | ||
}; |
@@ -11,4 +11,4 @@ 'use strict'; | ||
'index.js': { | ||
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/noviny/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport React from \'react\';\nimport ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);' | ||
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/codesandbox/codesandboxer\n\n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n*/\nimport React from \'react\';\nimport ReactDOM from \'react-dom\';\nimport App from \'./example\';\n\nReactDOM.render(\n<App />,\ndocument.getElementById(\'root\')\n);' | ||
} | ||
}; |
@@ -11,4 +11,4 @@ 'use strict'; | ||
'index.js': { | ||
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/noviny/codesandboxer\n \n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n */\n import Vue from "vue";\n import Example from \'./example\';\n \n Vue.config.productionTip = false;\n \n /* eslint-disable no-new */\n new Vue({\n el: "#root",\n components: { Example },\n template: "<Example/>"\n });\n ' | ||
content: '/**\n This CodeSandbox has been automatically generated using\n `codesandboxer`. If you\'re curious how that happened, you can\n check out our docs here: https://github.com/codesandbox/codesandboxer\n \n If you experience any struggles with this sandbox, please raise an issue\n on github. :)\n */\n import Vue from "vue";\n import Example from \'./example\';\n \n Vue.config.productionTip = false;\n \n /* eslint-disable no-new */\n new Vue({\n el: "#root",\n components: { Example },\n template: "<Example/>"\n });\n ' | ||
} | ||
}; |
{ | ||
"name": "codesandboxer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fetch files from a git repository and upload them to codesandbox", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
}, | ||
"repository": "https://github.com/Noviny/codesandboxer.git", | ||
"repository": "https://github.com/codesandbox/codesandboxer.git", | ||
"files": [ | ||
@@ -21,0 +21,0 @@ "dist" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
67855