Skip to content

Commit

Permalink
Changing repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDutchenko committed Feb 9, 2021
1 parent 0c41b5d commit a4fbef1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-loader-exclude-node-modules-except",
"version": "1.1.0",
"version": "1.1.2",
"description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules",
"main": "index.js",
"files": [
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/WezomAgency/babel-loader-exclude-node-modules-except.git"
"url": "git+https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except.git"
},
"keywords": [
"webpack",
Expand All @@ -30,9 +30,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WezomAgency/babel-loader-exclude-node-modules-except/issues"
"url": "https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except/issues"
},
"homepage": "https://github.com/WezomAgency/babel-loader-exclude-node-modules-except#readme",
"homepage": "https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except#readme",
"dependencies": {
"escape-string-regexp": "2.0.0"
},
Expand Down

0 comments on commit a4fbef1

Please sign in to comment.