Skip to content

Commit cfff59d

Browse files
authored
Merge pull request #1982 from usablica/7.1.0
release: 7.1.0
2 parents 7ff4307 + 110fdee commit cfff59d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intro.js",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "User Onboarding and Product Walkthrough Library",
55
"keywords": [
66
"onboarding",
@@ -84,9 +84,10 @@
8484
"*.js",
8585
"*.css",
8686
"*.map",
87-
"*.d.ts",
87+
"**/*.d.ts",
8888
"themes/*",
89-
"minified/*"
89+
"minified/*",
90+
"!tests/**/*"
9091
],
9192
"license": "AGPL-3.0",
9293
"changelog": {

0 commit comments

Comments
 (0)