[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update links (#216)

authored by

Anthony Fu and committed by
GitHub
(Jul 15, 2021, 12:48 PM +0100) 8a679467 449b0e48

+10 -10
+9 -9
README.md
··· 86 86 There are some conventions in place of configuration that are worth noting: 87 87 * the file type is inferred from the file name if possible (e.g. `babel.es.js` will be in 'es' format) 88 88 * `main` defaults to CJS, `module` to ES, `browser` to UMD, and `bin` to CJS 89 - * if you have a folder mapped using [subpath patterns](https://nodejs.org/api/packages.html#packages_subpath_patterns) and it matches a folder within your `src` folder, the files within will be copied across and lightly transpiled using [mkdist](https://github.com/unjsio/mkdist). 89 + * if you have a folder mapped using [subpath patterns](https://nodejs.org/api/packages.html#packages_subpath_patterns) and it matches a folder within your `src` folder, the files within will be copied across and lightly transpiled using [mkdist](https://github.com/unjs/mkdist). 90 90 91 91 ##### Example 92 92 ```json5 ··· 134 134 135 135 ### `siroc run` 136 136 137 - You can run arbitrary shell commands or node scripts using the power of [the `jiti` runtime](https://github.com/nuxt-contrib/jiti). 137 + You can run arbitrary shell commands or node scripts using the power of [the `jiti` runtime](https://github.com/unjs/jiti). 138 138 139 139 For example: 140 140 ··· 153 153 1. Clone this repo 154 154 155 155 ```bash 156 - git clone git@github.com:nuxt-contrib/siroc.git 156 + git clone https://github.com/unjs/siroc 157 157 ``` 158 158 159 159 2. Install dependencies and build project ··· 182 182 [npm-downloads-src]: https://img.shields.io/npm/dm/siroc?style=flat-square 183 183 [npm-downloads-href]: https://npmjs.com/package/siroc 184 184 185 - [github-actions-src]: https://img.shields.io/github/workflow/status/nuxt-contrib/siroc/ci/main?style=flat-square 186 - [github-actions-href]: https://github.com/nuxt-contrib/siroc/actions?query=workflow%3Aci 185 + [github-actions-src]: https://img.shields.io/github/workflow/status/unjs/siroc/ci/main?style=flat-square 186 + [github-actions-href]: https://github.com/unjs/siroc/actions?query=workflow%3Aci 187 187 188 - [alerts-src]: https://img.shields.io/lgtm/alerts/github/nuxt-contrib/siroc?style=flat-square 189 - [alerts-href]: https://lgtm.com/projects/g/nuxt-contrib/siroc 188 + [alerts-src]: https://img.shields.io/lgtm/alerts/github/unjs/siroc?style=flat-square 189 + [alerts-href]: https://lgtm.com/projects/g/unjs/siroc 190 190 191 - [grade-src]: https://img.shields.io/lgtm/grade/javascript/github/nuxt-contrib/siroc?style=flat-square 192 - [grade-href]: https://lgtm.com/projects/g/nuxt-contrib/siroc 191 + [grade-src]: https://img.shields.io/lgtm/grade/javascript/github/unjs/siroc?style=flat-square 192 + [grade-href]: https://lgtm.com/projects/g/unjs/siroc
+1 -1
package.json
··· 11 11 "bundle", 12 12 "package" 13 13 ], 14 - "repository": "nuxt-contrib/siroc", 14 + "repository": "unjs/siroc", 15 15 "license": "MIT", 16 16 "main": "./dist/index.js", 17 17 "module": "./dist/index.es.js",