File tree Expand file tree Collapse file tree 3 files changed +6
-39
lines changed Expand file tree Collapse file tree 3 files changed +6
-39
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Download/install
1616npm 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
2121Then you can include it in your script
2222
@@ -55,7 +55,7 @@ Install gulp
5555sudo 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
5959cd 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!
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments