Skip to content

Commit

Permalink
Include the source code of the router in the npm package (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Aug 31, 2017
1 parent e6427cf commit 7883e10
Show file tree
Hide file tree
Showing 17 changed files with 2,175 additions and 3,510 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
}
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "airbnb-base"
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- 'node'
- '7'
- '6'
script:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

- Include the source code of the router in the [npm package](https://www.npmjs.com/package/universal-router)
([#110](https://github.com/kriasoft/universal-router/pull/110))

## [v3.2.0] - 2017-05-10

- Add `stringifyQueryParams` option to `generateUrls(router, options)` to generate URL with
Expand Down
2 changes: 1 addition & 1 deletion dist/universal-router-generate-urls.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/universal-router-generate-urls.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/universal-router-generate-urls.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7883e10

Please sign in to comment.