natevecc / typed-gulp-sourcemaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typed Gulp Sourcemaps Build Status

The type definition for gulp-sourcemaps

LICENSE

MIT

Contributing

# Fork this repo, then
npm install
# add tests, make changes, pass tests and lint
npm run prepare
npm run build
npm test
npm run lint

Then update typings registry.

Updating

Update typings.json/version to match the source version you are typing against. e.g. if you are creating typings for chai@3.5.0, then:

// typings.json
{
  "version": "3.5.0"
  // ...
}

Generated by generator-typings 1.0.13

About

License:MIT License


Languages

Language:TypeScript 100.0%