Skip to content

Commit 4ff1067

Browse files
committed
3.9 upgrade
1 parent 891a0be commit 4ff1067

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# misc
1212
/.env*
13+
/.pnp*
1314
/.sass-cache
1415
/connect.lock
1516
/coverage/

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ To use them, first import them in your `tests/test-helper.js` file:
206206
import './helpers/ember-introjs';
207207
```
208208

209-
## LICENSE
209+
License
210+
------------------------------------------------------------------------------
210211

211212
See the LICENSE file included in this repository.
212213

@@ -216,6 +217,10 @@ Keep in mind that if you like to use Intro.JS for commercial use, you should buy
216217
[intro-js]: https://github.com/usablica/intro.js/
217218
[hooks]: https://github.com/usablica/intro.js#introjsstart
218219

220+
Contributing
221+
------------------------------------------------------------------------------
222+
223+
See the [Contributing](CONTRIBUTING.md) guide for details.
219224

220225
## Code of Conduct
221226
Please note that this project is released with a Contributor Code of

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@ember/optional-features": "^0.7.0",
3535
"broccoli-asset-rev": "3.0.0",
36-
"ember-cli": "~3.8.0",
36+
"ember-cli": "~3.9.0",
3737
"ember-cli-dependency-checker": "3.1.0",
3838
"ember-cli-eslint": "5.1.0",
3939
"ember-cli-fastboot": "2.0.4",
@@ -51,7 +51,7 @@
5151
"ember-maybe-import-regenerator": "^0.1.6",
5252
"ember-qunit": "^4.2.0",
5353
"ember-resolver": "5.0.1",
54-
"ember-source": "~3.8.0",
54+
"ember-source": "~3.9.0",
5555
"ember-source-channel-url": "^1.1.0",
5656
"ember-template-lint": "^1.0.0",
5757
"ember-try": "^1.1.0",

tests/dummy/config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function(environment) {
99
EmberENV: {
1010
FEATURES: {
1111
// Here you can enable experimental features on an ember canary build
12-
// e.g. 'with-controller': true
12+
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
1313
},
1414
EXTEND_PROTOTYPES: {
1515
// Prevent Ember Data from overriding Date.parse.

0 commit comments

Comments
 (0)