Skip to content

Commit fcf1a90

Browse files
authored
Merge pull request #5 from Alexandre-io/greenkeeper/initial
Update dependencies to enable Greenkeeper
2 parents 0b1b9a2 + 88bca6e commit fcf1a90

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# introduction.js [![Build Status](https://travis-ci.org/Alexandre-io/introduction.js.svg)](https://travis-ci.org/Alexandre-io/introduction.js) [![Codacy Badge](https://api.codacy.com/project/badge/grade/b39eadeb3b9346bc85ba05e42e5f6739)](https://www.codacy.com/app/alexandre_io/introduction-js)
1+
# introduction.js [![Build Status](https://travis-ci.org/Alexandre-io/introduction.js.svg)](https://travis-ci.org/Alexandre-io/introduction.js) [![Codacy Badge](https://api.codacy.com/project/badge/grade/b39eadeb3b9346bc85ba05e42e5f6739)](https://www.codacy.com/app/alexandre_io/introduction-js) [![Greenkeeper badge](https://badges.greenkeeper.io/Alexandre-io/introduction.js.svg)](https://greenkeeper.io/)
2+
23
Introductions for websites to guide step-by-step your users.
34

45
Was inspired from [intro.js](https://github.com/usablica/intro.js) and [angular-intro.js](https://github.com/mendhak/angular-intro.js)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "introduction.js",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Introductions for websites to guide step-by-step your users.",
55
"main": ["src/introduction.js", "src/introduction.angular.js", "src/introduction.css"],
66
"scripts": {
@@ -13,9 +13,9 @@
1313
"author": "Alexandre-io",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"grunt": "0.4.5",
17-
"grunt-contrib-cssmin": "~1.0.2",
16+
"grunt": "1.0.1",
17+
"grunt-contrib-cssmin": "~2.0.0",
1818
"grunt-contrib-jshint": "~1.1.0",
19-
"grunt-contrib-uglify": "~2.0.0"
19+
"grunt-contrib-uglify": "~2.1.0"
2020
}
2121
}

0 commit comments

Comments
 (0)