This package has been deprecated

Author message:

Use multi packages for your transpilers, e.g. npx --package typescript danger ci

danger-npx

1.0.0 • Public • Published

danger-js-npx

A node module for using Danger with typescript and babel installed so you can transpile at runtime

Basically, this repo is just the package.json that connects a few dependencies together.

{
  "name": "danger-npx",
  "version": "1.0.0",
  "description": "Danger for NPX",
  "repository": "https://github.com/danger/danger-js-npx.git",
  "author": "Orta Therox <orta.therox@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "danger": "*",
    "typescript": "*",
    "@babel/core": "*",
    "@babel/[..]": "*"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i danger-npx

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.05 kB

Total Files

3

Last publish

Collaborators

  • orta