Skip to content

Commit d68d3c2

Browse files
committed
2.2.1
1 parent e21fabd commit d68d3c2

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
{
2-
"name": "intro.js",
3-
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
4-
"version": "2.2.0",
5-
"author": "Afshin Mehrabani <[email protected]>",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/usablica/intro.js"
9-
},
10-
"devDependencies": {
11-
"node-minify": "*"
12-
},
13-
"engine": [
14-
"node >=0.1.90"
15-
],
2+
"name": "intro.js",
3+
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
4+
"version": "2.2.1",
5+
"author": "Afshin Mehrabani <[email protected]>",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/usablica/intro.js"
9+
},
10+
"devDependencies": {
11+
"node-minify": "*"
12+
},
13+
"engine": [
14+
"node >=0.1.90"
15+
],
16+
"main": "intro.js",
17+
"license": "See LICENSE.md",
18+
"spm": {
1619
"main": "intro.js",
17-
"license": "See LICENSE.md",
18-
"spm": {
19-
"main": "intro.js",
20-
"output": ["introjs.css"]
21-
}
20+
"output": [
21+
"introjs.css"
22+
]
23+
}
2224
}

0 commit comments

Comments
 (0)