typewriting
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "typewriting", | ||
"version": "1.1.0", | ||
"description": "TypeWriting.js is a jQuery plugin to help you to make a typewriter effect.", | ||
"version": "1.1.1", | ||
"description": "TypeWriting.js is a jQuery plugin to make a typewriter effect.", | ||
"repository": { | ||
@@ -12,6 +12,10 @@ "type": "git", | ||
"effect", | ||
"animation" | ||
"animation", | ||
"typing" | ||
], | ||
"dependencies": { | ||
"jquery": ">=2.0.0" | ||
}, | ||
"author": "Eddie Wen <m20021991y@gmail.com> (http://eddiewen.me)", | ||
"homepage": "https://github.com/EddieWen-Taiwan/TypeWriting.js#readme" | ||
} |
@@ -12,6 +12,6 @@ ## TypeWriting.js | ||
~~~html | ||
<!-- jQuery --> | ||
<script type="text/javascript" src="jquery.min.js"></script> | ||
<!-- just typewriting.js or .min.js --> | ||
<script type="text/javascript" src="path/typewriting.min.js"></script> | ||
<!-- jQuery --> | ||
<script type="text/javascript" src="jquery.min.js"></script> | ||
<!-- just typewriting.js or .min.js --> | ||
<script type="text/javascript" src="path/to/typewriting.min.js"></script> | ||
~~~ | ||
@@ -18,0 +18,0 @@ |
7671
1
5
156
+ Addedjquery@>=2.0.0
+ Addedjquery@3.7.1(transitive)