Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed May 17, 2018
1 parent d524e81 commit 2ccd2be
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.0.0

Enhancements:

- More test, cleanup

## 0.0.6

Enhancements:
Expand Down
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -3,15 +3,17 @@
**A simple configuration module for Angular applications**

[![status-image]][status-link]
[![version-image]][version-link]
[![coverage-image]][coverage-link]
[![download-image]][download-link]

# Overview

**@nwx/cfg** attempts to streamline the app configuration while keeping it **DRY**.

# How to install

npm i @nwx/cfg <|OR|> yarn add @nwx/cfg
npm i @nwx/cfg |OR| yarn add @nwx/cfg

# How to use

Expand Down Expand Up @@ -157,5 +159,12 @@ X.Y.Z Version

[status-image]: https://secure.travis-ci.org/neekware/nwx-cfg.png?branch=master
[status-link]: http://travis-ci.org/neekware/nwx-cfg?branch=master

[version-image]: https://img.shields.io/npm/v/@nwx/cfg.svg
[version-link]: https://www.npmjs.com/package/@nwx/cfg

[coverage-image]: https://coveralls.io/repos/neekware/nwx-cfg/badge.svg
[coverage-link]: https://coveralls.io/r/neekware/nwx-cfg

[download-image]: https://img.shields.io/npm/dm/@nwx/cfg.svg
[download-link]: https://www.npmjs.com/package/@nwx/cfg
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nwx/cfg",
"version": "0.0.6",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/neekware/nwx-cfg.git"
Expand Down
5 changes: 1 addition & 4 deletions pkgs/cfg/ng-package.json
Expand Up @@ -4,9 +4,6 @@
"lib": {
"flatModuleFile": "nwx-cfg",
"entryFile": "index.ts",
"umdModuleIds": {
"lodash": "lodash",
"rxjs": "rxjs"
}
"umdModuleIds": {}
}
}
2 changes: 1 addition & 1 deletion pkgs/cfg/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "A simple configuration module for an angular app",
"peerDependencies": {
"lodash": "^4.17.5",
"rxjs": "^6.0.0 || ^5.6.0-forward-compat.4 || ^6.0.0",
"rxjs": "^6.0.0 || ^5.6.0-forward-compat.4",
"@angular/core": "^6.0.0"
}
}

0 comments on commit 2ccd2be

Please sign in to comment.