Skip to content

Commit

Permalink
docs: wip
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node 7.x compatibility dropped
  • Loading branch information
arlac77 committed Jul 31, 2017
1 parent 99d0c17 commit cd9145b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

config-expander
-------------------

Expands expressions in config files

# example
Expand Down
1 change: 0 additions & 1 deletion doc/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

config-expander
-------------------
Expands expressions in config files
# example
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"pratt-parser": "^7.0.6"
},
"devDependencies": {
"ava": "0.21.0",
"babel-preset-stage-3": "^6.24.1",
"cracks": "3.1.2",
"jsdoc-babel": "^0.3.0",
"jsdoc-to-markdown": "^3.0.0",
"markdown-doctest": "^0.9.1",
"rollup": "^0.45.2",
"rollup-plugin-istanbul": "^1.1.0",
"semantic-release": "^6.3.6",
"nyc": "^11.1.0",
"jsdoc-babel": "^0.3.0",
"ava": "^0.21.0",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-multi-entry": "^2.0.1",
"babel-preset-stage-3": "^6.24.1",
"semantic-release": "^6.3.6",
"xo": "^0.19.0"
},
"release": {
Expand Down
3 changes: 3 additions & 0 deletions src/expander.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const os = require('os');

/**
* Expands expressions in a configuration object
* Predefined constants:
* - os
* - basedir
* @param config {object} config source
* @param [options] {object} - the options
* @param [options.constants] {object} - additional constants
Expand Down

0 comments on commit cd9145b

Please sign in to comment.