Skip to content

Commit

Permalink
fix(babel): updating the browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Nov 29, 2020
1 parent 646c80c commit b699445
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .babelrc

This file was deleted.

18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![](https://data.jsdelivr.com/v1/package/npm/intro.js/badge)](https://www.jsdelivr.com/package/npm/intro.js)
[![npm](https://img.shields.io/npm/dm/intro.js)](https://www.jsdelivr.com/package/npm/intro.js)

> Better introductions for websites and features with a step-by-step guide for your projects.
> Lightweight, user-friendly onboarding tour library
## Where to get
You can obtain your local copy of Intro.js from:
Expand Down Expand Up @@ -61,22 +61,6 @@ Now you can run this command to minify all static resources:

npm run build

## Instant IntroJs

Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publishing.

<p align="center">
<a target='_blank' href="https://www.packtpub.com/eu/application-development/instant-introjs-instant">
<img src='https://www.packtpub.com/media/catalog/product/cache/4cdce5a811acc0d2926d7f857dceb83b/2/5/2517os_instant20introjs20starter.jpg' />
</a>
</p>

<p align="center">
<a target='_blank' href="https://www.packtpub.com/eu/application-development/instant-introjs-instant">Buy and Download</a>
</p>

## <a href="https://github.com/usablica/intro.js/blob/master/changelog.md">Release History</a>

## Contributors ✨

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down
19 changes: 19 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
"presets": [
[
"@babel/env",
{
targets: {
browsers: "> 0.5%, ie >= 11"
},
modules: false,
useBuiltIns: "usage",
forceAllTransforms: true,
corejs: {
version: 3,
proposals: false
}
}
]
]
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intro.js",
"description": "A better way for new feature introduction and step-by-step users guide for your website and project.",
"description": "Lightweight, user-friendly onboarding tour library",
"keywords": ["demo", "intro", "introduction"],
"homepage": "http://introjs.com",
"author": "Afshin Mehrabani",
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "intro.js",
"repo": "usablica/intro.js",
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
"version": "2.9.3",
"description": "Lightweight, user-friendly onboarding tour library",
"version": "3.1.0",
"main": "intro.js",
"scripts": [
"intro.js"
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "intro.js",
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
"version": "3.0.1",
"version": "3.1.0",
"description": "Lightweight, user-friendly onboarding tour library",
"keywords": [
"onboarding",
"tour",
"introjs",
"intro",
"guide",
"walkthrough"
],
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
"homepage": "http://introjs.com",
"homepage": "https://introjs.com",
"repository": {
"type": "git",
"url": "https://github.com/usablica/intro.js"
Expand Down

0 comments on commit b699445

Please sign in to comment.