Skip to content

Commit 973eb0a

Browse files
authored
Merge pull request #148 from insites/insites-fixes
move from silktide/cookieconsent2 to insites/cookieconsent
2 parents 92a59d1 + 2b0d675 commit 973eb0a

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/silktide/cookieconsent2.svg)](https://travis-ci.org/silktide/cookieconsent2)
1+
[![Build Status](https://travis-ci.org/insites/cookieconsent.svg)](https://travis-ci.org/insites/cookieconsent)
22

33
## What is Cookie Consent?
44

@@ -8,11 +8,11 @@ It is designed to help you comply with the hideous EU Cookie Law and not make yo
88

99
## Installation
1010

11-
The easiest way to get up and running is to use our [wizard](http://silktide.com/tools/cookie-consent/download/).
11+
The easiest way to get up and running is to use our [wizard](https://cookieconsent.insites.com/download/).
1212

1313
## Documentation
1414

15-
See our [full documentation](http://silktide.com/tools/cookie-consent/docs/).
15+
See our [full documentation](https://cookieconsent.insites.com/documentation/).
1616

1717
## Contributing
1818

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "cookieconsent2",
3-
"version": "1.0.10",
4-
"homepage": "https://github.com/silktide/cookieconsent2",
2+
"name": "cookieconsent",
3+
"version": "2.0.0",
4+
"homepage": "http://cookieconsent.insites.com/",
55
"authors": [
6-
"silktide"
6+
"Insites"
77
],
8-
"description": "Silktide's cookie consent plugin v2",
8+
"description": "Insites' cookie consent plugin v2",
99
"main": "cookieconsent.js",
1010
"keywords": [
1111
"cookieconsent",

licence

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Silktide Ltd
3+
Copyright (c) 2016 Silktide Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "cookieconsent2",
3-
"version": "1.0.10",
4-
"description": "Silktide's cookie consent tool.",
2+
"name": "cookieconsent",
3+
"version": "2.0.0",
4+
"description": "Insites' cookie consent tool.",
55
"main": "cookieconsent.js",
66
"devDependencies": {
77
"del": "^2.0.2",
@@ -12,13 +12,13 @@
1212
"gulp-uglify": "^1.1.0",
1313
"run-sequence": "^1.1.4"
1414
},
15-
"homepage": "http://silktide.com/tools/cookieconsent",
15+
"homepage": "http://cookieconsent.insites.com/",
1616
"scripts": {
1717
"test": "echo \"Error: no test specified\" && exit 0"
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/silktide/cookieconsent2.git"
21+
"url": "https://github.com/insites/cookieconsent.git"
2222
},
2323
"author": "Silktide Ltd.",
2424
"license": "MIT",

0 commit comments

Comments
 (0)