Skip to content

Commit f205c46

Browse files
committed
Merge pull request usablica#248 from aprilb/master
adding component.json
2 parents 91964b4 + 814a75e commit f205c46

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

component.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "intro",
3+
"repo": "usablica/intro.js",
4+
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
5+
"version": "0.7.0",
6+
"main": "intro.js",
7+
"scripts": [
8+
"intro.js"
9+
],
10+
"styles": [
11+
"introjs.css"
12+
]
13+
}

0 commit comments

Comments
 (0)