Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Fix unpkg support
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Feb 11, 2017
1 parent 14eb92b commit e8a929b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6,180 deletions.
41 changes: 3 additions & 38 deletions .gitignore
@@ -1,38 +1,3 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
lib

# IDE
.idea
.vscode
/lib
/coverage
/node_modules
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,11 @@
### [v0.5.0](https://github.com/gpbl/denormalizr/tree/v0.5.0) (2017-02-10)
### [v0.5.1](https://github.com/gpbl/denormalizr/tree/v0.5.1) (2017-02-11)

* Fixes support for unpkg

### [v0.5.0](https://github.com/gpbl/denormalizr/tree/v0.5.0) (2017-02-11)

* Add support for normalizr 3.0 ([\#35](https://github.com/gpbl/denormalizr/pull/35)) - by [@brunolemos](https://github.com/brunolemos)
* Add module to unpkg: `https://unpkg.com/denormalizr`

### [v0.4.1](https://github.com/gpbl/denormalizr/tree/v0.4.1) (2016-11-27)

Expand Down

0 comments on commit e8a929b

Please sign in to comment.