Skip to content

Commit 23d7d5b

Browse files
committed
Update repo url to github
1 parent 9fc61da commit 23d7d5b

File tree

3 files changed

+6
-39
lines changed

3 files changed

+6
-39
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Download/install
1616
npm install aequery
1717
```
1818

19-
If you are not using npm, you can download the latest version [here](https://bitbucket.org/motiondesign/aequery/downloads)
19+
If you are not using npm, you can download the latest version [here](https://github.com/aenhancers/aequery/releases)
2020

2121
Then you can include it in your script
2222

@@ -55,7 +55,7 @@ Install gulp
5555
sudo npm install -g gulp
5656

5757
# Clone the repository and enter the directory
58-
git clone https://bitbucket.org/motiondesign/aequery.git
58+
git clone https://github.com/aenhancers/aequery.git
5959
cd aequery
6060

6161
# Install npm dependencies
@@ -69,4 +69,4 @@ gulp watch # Will monitor it and rebuild it real quick if anything changes
6969
```
7070

7171
# Contributing
72-
Pull requests, [bug reports and feature requests](https://bitbucket.org/motiondesign/aequery/issues) are welcome!
72+
Pull requests, [bug reports and feature requests](https://github.com/aenhancers/aequery/issues) are welcome!

bitbucket-pipelines.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"test": "eslint lib/ test/",
88
"lint-fix": "eslint --fix lib test",
9-
"deploy-bitbucket": "gulp deploy:bitbucket",
109
"version": "gulp update-version && git add -f docs lib/main.js",
1110
"prepublish": "gulp build-aequery"
1211
},
@@ -17,10 +16,10 @@
1716
],
1817
"repository": {
1918
"type": "git",
20-
"url": "bitbucket:motiondesign/aequery"
19+
"url": "github:aenhancers/aequery"
2120
},
22-
"issues": "https://bitbucket.org/motiondesign/aequery/issues",
23-
"author": "motiondesign",
21+
"issues": "https://github.com/aenhancers/aequery/issues",
22+
"author": "Aenhancers",
2423
"license": "MIT",
2524
"devDependencies": {
2625
"del": "^2.2.0",

0 commit comments

Comments
 (0)