Skip to content

Commit cedeb4e

Browse files
committed
change readme links and name
1 parent c0f02b2 commit cedeb4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "source-map",
2+
"name": "source-map-sync",
33
"description": "Generates and consumes source maps",
44
"version": "0.8.0-beta.0",
5-
"homepage": "https://github.com/mozilla/source-map",
6-
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
5+
"homepage": "https://github.com/7rulnik/source-map-sync",
6+
"author": "Valentin Semirulnik <v7rulnik@gmail.com>",
77
"contributors": [
8+
"Nick Fitzgerald <[email protected]>",
89
"Tobias Koppers <[email protected]>",
910
"Duncan Beevers <[email protected]>",
1011
"Stephen Crane <[email protected]>",
@@ -44,7 +45,7 @@
4445
],
4546
"repository": {
4647
"type": "git",
47-
"url": "http://github.com/mozilla/source-map.git"
48+
"url": "https://github.com/7rulnik/source-map-sync.git"
4849
},
4950
"main": "./source-map.js",
5051
"types": "./source-map.d.ts",

0 commit comments

Comments
 (0)