Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
sourcemap-validator
===================

[![Build Status](https://travis-ci.org/ben-ng/sourcemap-validator.png)](https://travis-ci.org/ben-ng/sourcemap-validator)

Mapped all the things? Now validate all the maps.
Maintenance fork of [`sourcemap-validator`](https://github.com/ben-ng/sourcemap-validator).

## Usage

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "http://pirannafs.blogspot.com.es"
}
],
"name": "sourcemap-validator",
"name": "@lavamoat/sourcemap-validator",
"description": "Map all the things, check all the maps",
"license": "MIT",
"keywords": [
Expand All @@ -19,10 +19,10 @@
"validator",
"sourcemap"
],
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/sourcemap-validator.git"
"url": "git://github.com/LavaMoat/sourcemap-validator.git"
},
"dependencies": {
"jsesc": "~0.3.x",
Expand Down