Comparing version 0.3.0 to 0.4.0
@@ -6,2 +6,8 @@ | ||
## 0.4.0 | ||
### Features and Improvements | ||
* Bumped version of dependency to resolve build error. | ||
## 0.3.0 | ||
@@ -8,0 +14,0 @@ |
@@ -26,8 +26,24 @@ | ||
Based on the [NPM Publishing Guide](https://docs.npmjs.com/getting-started/publishing-npm-packages), after updating the current version, run the following command: | ||
Based on [Publishing a Package](https://yarnpkg.com/lang/en/docs/publishing-a-package/) guide. | ||
1\. Update `CHANGELOG.md` with release details, specifying a new release number using [Semantic Versioning Format](http://semver.org/). | ||
2\. Update `package.json` with new release number. | ||
3\. Commit these changes and add new release number tag to this commit. | ||
4\. Create a [pull request](https://help.github.com/articles/about-pull-requests/) to merge these changes into master branch. | ||
5\. Checkout new release number tag locally from master branch. | ||
6\. Login to npm. | ||
```bash | ||
yarn login | ||
``` | ||
7\. Publish new package version, specifying the version number. | ||
```bash | ||
yarn publish | ||
``` | ||
See [Publishing a Package](https://yarnpkg.com/lang/en/docs/publishing-a-package/) for more information. |
MIT License | ||
Copyright © 2017 [Daniel Tedman](https://danieltedman.com/) | ||
Copyright © 2018 [Daniel Tedman](https://danieltedman.com/) | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "estoolbox", | ||
"description": "A collection of tools intended to augment the development of ES2015 targeted applications.", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"main": "./src/js/main.js", | ||
@@ -37,4 +37,4 @@ "scripts": { | ||
"jquery": "3.1.1", | ||
"path-to-regexp": "2.1.0" | ||
"path-to-regexp": "2.2.1" | ||
} | ||
} |
# [ESToolbox](https://dbtedman.github.io/estoolbox/) | ||
# [ESToolbox](https://github.com/dbtedman/estoolbox) | ||
[![Build Status](https://travis-ci.org/dbtedman/estoolbox.svg?branch=master)](https://travis-ci.org/dbtedman/estoolbox) [![NPM Version](https://img.shields.io/npm/v/estoolbox.svg)](https://www.npmjs.com/package/estoolbox) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md) | ||
[![Build Status](https://img.shields.io/travis/dbtedman/estoolbox.svg?label=tests)](https://travis-ci.org/dbtedman/estoolbox) | ||
[![NPM Version](https://img.shields.io/npm/v/estoolbox.svg?label=npm&colorB=ff803a)](https://www.npmjs.com/package/estoolbox) | ||
[![NPM Version](https://img.shields.io/npm/v/estoolbox.svg?label=yarn&colorB=ff803a)](https://yarnpkg.com/en/package/estoolbox) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-ff803a.svg)](LICENSE.md) | ||
@@ -22,3 +25,3 @@ A collection of tools intended to augment the development of [ES2015](https://en.wikipedia.org/wiki/ECMAScript#6th_Edition_-_ECMAScript_2015) targeted applications. | ||
### [Affix](src/affix.js) | ||
### [Affix](src/js/affix.js) | ||
@@ -48,3 +51,3 @@ Provides the ability to affix content to the top of the window on scroll. | ||
### [Router](src/router.js) | ||
### [Router](src/js/router.js) | ||
@@ -51,0 +54,0 @@ Provides the ability to perform actions based on changes in the URL hash. |
@@ -0,0 +0,0 @@ import $ from "jquery"; |
@@ -0,0 +0,0 @@ import pathToRegexp from "path-to-regexp"; |
@@ -0,0 +0,0 @@ import Route from "./route"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71
11350
10
144
+ Addedpath-to-regexp@2.2.1(transitive)
- Removedpath-to-regexp@2.1.0(transitive)
Updatedpath-to-regexp@2.2.1