Skip to content

Commit f36b240

Browse files
committed
Fix package metadata.
1 parent 0d84afe commit f36b240

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bower.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "jquery-syntax",
3+
"version": "3.2.0",
4+
"title": "jQuery.Syntax",
5+
"dependencies": {
6+
"jquery": ">=1.4.1"
7+
},
38
"description": "jQuery.Syntax is an extremely fast and lightweight syntax highlighter written in JavaScript. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines.",
49
"main": "public/jquery.syntax.js",
510
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "syntax",
2+
"name": "jquery-syntax",
33
"version": "3.2.0",
44
"title": "jQuery.Syntax",
55
"author": {

0 commit comments

Comments
 (0)