Skip to content

Commit

Permalink
fixed problem with NPM release
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Apr 30, 2016
1 parent 434cb9e commit edf26d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.8
- fixed problem with NPM release

## v0.3.7
- 80aa0df: fixed #25 and #36
- 70411fd: fix object check in ie (#35) (thanks @judge)
Expand Down
2 changes: 1 addition & 1 deletion build/popper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 0.3.7
* @version 0.3.8
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
Expand Down
2 changes: 1 addition & 1 deletion build/popper.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popper.js",
"version": "0.3.7",
"version": "0.3.8",
"description": "",
"main": "src/popper.js",
"scripts": {
Expand Down

0 comments on commit edf26d9

Please sign in to comment.