Skip to content

Commit

Permalink
v0.1.6: Moved one dependency to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed May 12, 2018
1 parent 82f371e commit 7531988
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cdn-detector.js

v0.1.5
v0.1.6

[http://nicj.net](http://nicj.net)

Expand Down Expand Up @@ -199,3 +199,4 @@ Or via ``gulp``:
* v0.1.3 - 2016-10-31: jQuery CDN added
* v0.1.4 - 2017-07-02: CDN list updated
* v0.1.5 - 2018-05-12: Added a rule for Akamai and a note about forcing headers
* v0.1.6 - 2018-05-12: Moved one dependency to dev
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-detector",
"version": "0.1.5",
"version": "0.1.6",
"homepage": "https://github.com/nicjansma/cdn-detector.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-detector",
"version": "0.1.5",
"version": "0.1.6",
"description": "CDN detection",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,7 @@
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-merge-json": "^0.6.0",
Expand All @@ -42,8 +43,5 @@
"karma-phantomjs-launcher": "^1.0.2",
"karma-tap-reporter": "0.0.6",
"mocha": "^3.2.0"
},
"dependencies": {
"gulp-concat": "^2.6.1"
}
}

0 comments on commit 7531988

Please sign in to comment.