Skip to content

Commit

Permalink
Merge pull request #148 from insites/insites-fixes
Browse files Browse the repository at this point in the history
move from silktide/cookieconsent2 to insites/cookieconsent
  • Loading branch information
dochne authored Aug 31, 2016
2 parents 92a59d1 + 2b0d675 commit 973eb0a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/silktide/cookieconsent2.svg)](https://travis-ci.org/silktide/cookieconsent2)
[![Build Status](https://travis-ci.org/insites/cookieconsent.svg)](https://travis-ci.org/insites/cookieconsent)

## What is Cookie Consent?

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

## Installation

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

## Documentation

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

## Contributing

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "cookieconsent2",
"version": "1.0.10",
"homepage": "https://github.com/silktide/cookieconsent2",
"name": "cookieconsent",
"version": "2.0.0",
"homepage": "http://cookieconsent.insites.com/",
"authors": [
"silktide"
"Insites"
],
"description": "Silktide's cookie consent plugin v2",
"description": "Insites' cookie consent plugin v2",
"main": "cookieconsent.js",
"keywords": [
"cookieconsent",
Expand Down
2 changes: 1 addition & 1 deletion licence
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Silktide Ltd
Copyright (c) 2016 Silktide Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cookieconsent2",
"version": "1.0.10",
"description": "Silktide's cookie consent tool.",
"name": "cookieconsent",
"version": "2.0.0",
"description": "Insites' cookie consent tool.",
"main": "cookieconsent.js",
"devDependencies": {
"del": "^2.0.2",
Expand All @@ -12,13 +12,13 @@
"gulp-uglify": "^1.1.0",
"run-sequence": "^1.1.4"
},
"homepage": "http://silktide.com/tools/cookieconsent",
"homepage": "http://cookieconsent.insites.com/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/silktide/cookieconsent2.git"
"url": "https://github.com/insites/cookieconsent.git"
},
"author": "Silktide Ltd.",
"license": "MIT",
Expand Down

0 comments on commit 973eb0a

Please sign in to comment.