Skip to content

Commit a4fbef1

Browse files
committed
Changing repo info
1 parent 0c41b5d commit a4fbef1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-loader-exclude-node-modules-except",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules",
55
"main": "index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/WezomAgency/babel-loader-exclude-node-modules-except.git"
18+
"url": "git+https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except.git"
1919
},
2020
"keywords": [
2121
"webpack",
@@ -30,9 +30,9 @@
3030
],
3131
"license": "MIT",
3232
"bugs": {
33-
"url": "https://github.com/WezomAgency/babel-loader-exclude-node-modules-except/issues"
33+
"url": "https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except/issues"
3434
},
35-
"homepage": "https://github.com/WezomAgency/babel-loader-exclude-node-modules-except#readme",
35+
"homepage": "https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except#readme",
3636
"dependencies": {
3737
"escape-string-regexp": "2.0.0"
3838
},

0 commit comments

Comments
 (0)