Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 918b687

Browse files
author
bozdoz
committed
v2.9.2 - resolves usablica#847; added minified directory to npm
1 parent b58342f commit 918b687

File tree

7 files changed

+39
-67
lines changed

7 files changed

+39
-67
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intro.js v2.9.1
1+
# Intro.js v2.9.2
22

33
[![Build Status](https://travis-ci.org/usablica/intro.js.svg?branch=master)](https://travis-ci.org/usablica/intro.js)
44

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release History
22

3+
* **v2.9.2** - 2018-04-24
4+
- hotfix to add any minified files that might have been dependencies to the npm package
5+
36
* **v2.9.1** - 2018-04-24
47
- hotfix to removing events from removed DOM elements
58

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "intro.js",
33
"repo": "usablica/intro.js",
44
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
5-
"version": "2.9.1",
5+
"version": "2.9.2",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

intro.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Intro.js v2.9.1
2+
* Intro.js v2.9.2
33
* https://github.com/usablica/intro.js
44
*
55
* Copyright (C) 2017 Afshin Mehrabani (@afshinmeh)
@@ -32,7 +32,7 @@
3232
}
3333
})(function () {
3434
//Default config/variables
35-
var VERSION = '2.9.1';
35+
var VERSION = '2.9.2';
3636

3737
/**
3838
* IntroJs main class

minified/intro.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+27-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intro.js",
33
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
4-
"version": "2.9.1",
4+
"version": "2.9.2",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"homepage": "http://introjs.com",
77
"repository": {
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"jshint": "^2.9.5",
19-
"minify": "^3.0.2"
19+
"minify": "^3.0.5"
2020
},
2121
"engine": [
2222
"node >=0.1.90"
@@ -26,7 +26,8 @@
2626
"*.js",
2727
"*.css",
2828
"license.md",
29-
"themes/*"
29+
"themes/*",
30+
"minified/*"
3031
],
3132
"license": "AGPL-3.0",
3233
"spm": {

0 commit comments

Comments
 (0)