Skip to content

Commit

Permalink
install jscodeshift
Browse files Browse the repository at this point in the history
  • Loading branch information
swac committed Jul 6, 2019
1 parent 51cfedb commit 9ac7442
Show file tree
Hide file tree
Showing 3 changed files with 1,922 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "jscodeshift-examples",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:swac/jscodeshift-examples.git",
"author": "Ashwin Bhat <[email protected]>",
"license": "Unlicense",
"devDependencies": {
"jscodeshift": "^0.6.4"
}
}
Loading

0 comments on commit 9ac7442

Please sign in to comment.