Skip to content

Commit

Permalink
Migrate to SitePen
Browse files Browse the repository at this point in the history
 - Update packaging and mark release 0.1.0
  • Loading branch information
kitsonk committed Sep 3, 2015
1 parent e935537 commit 7182af0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# remap-istanbul

[![Build Status](https://travis-ci.org/kitsonk/remap-istanbul.svg?branch=master)](https://travis-ci.org/kitsonk/remap-istanbul)
[![Build Status](https://travis-ci.org/SitePen/remap-istanbul.svg?branch=master)](https://travis-ci.org/SitePen/remap-istanbul)

A package that provides the ability to remap [Istanbul](https://gotwarlost.github.io/istanbul/) code coverage information to its original source positions based on a JavaScript [Source Maps v3](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.djovrt4kdvga).

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "remap-istanbul",
"version": "1.0.0-pre",
"version": "0.1.0",
"description": "A tool for remapping Istanbul coverage via Source Maps",
"homepage": "http://dojotoolkit.org",
"keywords": [ "gulpplugin" ],
"keywords": [ "gulpplugin", "gruntplugin", "source-map", "istanbul", "coverage" ],
"maintainers": [
{
"name": "kitsonk",
Expand All @@ -14,13 +14,13 @@
}
],
"bugs": {
"url": "https://github.com/kitsonk/remap-istanbul"
"url": "https://github.com/SitePen/remap-istanbul"
},
"license": "BSD-3-Clause",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/kitson/remap-istanbul.git"
"url": "https://github.com/SitePen/remap-istanbul.git"
},
"scripts": {
"test": "tests/run.sh"
Expand Down

0 comments on commit 7182af0

Please sign in to comment.