-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Atif Afzal
committed
May 12, 2018
1 parent
f856e2f
commit 6975073
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "ts-transform-react-jsx-source", | ||
"name": "ts-transform-jsx-source", | ||
"version": "1.0.0", | ||
"description": | ||
"Adds source file, line number and column number to JSX elements", | ||
"main": "dist/index.js", | ||
"repository": "[email protected]:atfzl/ts-transform-react-jsx-source.git", | ||
"repository": "[email protected]:atfzl/ts-transform-jsx-source.git", | ||
"author": "Atif Afzal <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
|