Skip to content

Commit

Permalink
chore(): update version, travis node versions etc
Browse files Browse the repository at this point in the history
  • Loading branch information
anodynos committed Sep 2, 2019
1 parent 1f264ed commit 4813896
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ node_js:
- 9
- 10
- 11
- 12

before_script:
- npm install -g grunt-cli
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright(c) 2014-2017 Angelos Pikoulas (agelos.pikoulas@gmail.com)
Copyright(c) 2014-2019 Angelos Pikoulas (agelos.pikoulas@gmail.com)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "upath",
"description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
"version": "1.1.2",
"version": "1.2.0",
"homepage": "http://github.com/anodynos/upath/",
"author": {
"name": "Angelos Pikoulas",
Expand Down Expand Up @@ -47,12 +47,12 @@
"chai": "~4.0.2",
"coffee-script": "1.12.6",
"grunt": "0.4.5",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-urequire": "0.7.x",
"lodash": "^4.17.4",
"lodash": "^4.17.15",
"mocha": "~3.4.2",
"uberscore": "0.0.19",
"underscore.string": "~3.3.4",
"underscore.string": "^3.3.5",
"urequire": "0.7.0-beta.33",
"urequire-ab-specrunner": "^0.2.5",
"urequire-rc-inject-version": "^0.1.6"
Expand Down
13 changes: 6 additions & 7 deletions readme.md
@@ -1,4 +1,4 @@
# upath v1.1.2
# upath v1.2.0

[![Build Status](https://travis-ci.org/anodynos/upath.svg?branch=master)](https://travis-ci.org/anodynos/upath)
[![Up to date Status](https://david-dm.org/anodynos/upath.png)](https://david-dm.org/anodynos/upath)
Expand All @@ -20,8 +20,9 @@ Notes:
* `upath.sep` is set to `'/'` for seamless replacement (as of 1.0.3).

* upath has no runtime dependencies, except built-in `path` (as of 1.0.4)

* travis-ci tested in node versions 4 to 10

* travis-ci tested in node versions 4 to 12


## Why ?

Expand Down Expand Up @@ -304,7 +305,7 @@ If no `ext` param is passed, it leaves filename intact.
✓ `'fileWith/defaultExt.js'` ---> `'fileWith/defaultExt.js'`
✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min'`
✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt'`


It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars.

Expand All @@ -317,7 +318,7 @@ It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 ch
✓ `'fileWith/defaultExt.longRext'` ---> `'fileWith/defaultExt.longRext.js'`


Copyright(c) 2014-2017 Angelos Pikoulas (agelos.pikoulas@gmail.com)
Copyright(c) 2014-2019 Angelos Pikoulas (agelos.pikoulas@gmail.com)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand All @@ -339,5 +340,3 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

97 passing (33ms)
2 changes: 1 addition & 1 deletion source/spec/upath-spec.coffee
Expand Up @@ -65,7 +65,7 @@ describe "\n# upath v#{VERSION}", ->
* upath has no runtime dependencies, except built-in `path` (as of 1.0.4)
* travis-ci tested in node versions 4 to 10
* travis-ci tested in node versions 4 to 12
""", ->

describe """\n
Expand Down

0 comments on commit 4813896

Please sign in to comment.