[Pkg-javascript-commits] [node-fragment-cache] 01/05: New upstream version 0.2.1

Julien Puydt julien.puydt at laposte.net
Sat Nov 25 09:27:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-fragment-cache.

commit 67fbf9ce7868e6ecf3b79265832ee1aff0b408e0
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Nov 25 10:16:41 2017 +0100

    New upstream version 0.2.1
---
 .gitignore   | 8 +++++++-
 .travis.yml  | 5 +++++
 LICENSE      | 2 +-
 index.js     | 6 +++---
 package.json | 6 +++---
 5 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7988154..0a16ee9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,14 +6,20 @@
 test/actual
 actual
 coverage
+.nyc*
 
 # npm
 node_modules
 npm-debug.log
 
+# yarn
+yarn.lock
+yarn-error.log
+
 # misc
 _gh_pages
-benchmark
+_draft
+_drafts
 bower_components
 vendor
 temp
diff --git a/.travis.yml b/.travis.yml
index bf96649..8e35c64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,9 @@ sudo: false
 language: node_js
 node_js:
   - node
+  - '7'
   - '6'
+  - '5'
+  - '4'
+  - '0.12'
+  - '0.10'
diff --git a/LICENSE b/LICENSE
index e28e603..b11cb79 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2016, Jon Schlinkert.
+Copyright (c) 2016-2017, Jon Schlinkert
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/index.js b/index.js
index 74f4b1f..8ce6216 100644
--- a/index.js
+++ b/index.js
@@ -1,8 +1,8 @@
 /*!
- * fragment-cache (https://github.com/jonschlinkert/fragment-cache)
+ * fragment-cache <https://github.com/jonschlinkert/fragment-cache>
  *
- * Copyright (c) 2016, Jon Schlinkert.
- * Licensed under the MIT License.
+ * Copyright (c) 2016-2017, Jon Schlinkert.
+ * Released under the MIT License.
  */
 
 'use strict';
diff --git a/package.json b/package.json
index f164cb1..f87c5da 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "fragment-cache",
   "description": "A cache for managing namespaced sub-caches",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "homepage": "https://github.com/jonschlinkert/fragment-cache",
   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
   "repository": "jonschlinkert/fragment-cache",
@@ -14,7 +14,7 @@
   ],
   "main": "index.js",
   "engines": {
-    "node": ">=4.0"
+    "node": ">=0.10.0"
   },
   "scripts": {
     "test": "mocha"
@@ -28,7 +28,7 @@
     "gulp-format-md": "^0.1.11",
     "gulp-istanbul": "^1.1.1",
     "gulp-mocha": "^3.0.1",
-    "mocha": "^3.1.2"
+    "mocha": "^3.2.0"
   },
   "keywords": [
     "cache",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fragment-cache.git



More information about the Pkg-javascript-commits mailing list