Skip to content

Commit d88936f

Browse files
author
Philippe Santana Costa
committed
From bower to npm ;).
1 parent b74db23 commit d88936f

File tree

4 files changed

+37
-8
lines changed

4 files changed

+37
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,4 @@ pip-log.txt
213213

214214
#Mr Developer
215215
.mr.developer.cfg
216+
node_modules/

bower.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery-highlight",
3+
"version": "3.2.1",
4+
"description": "jQuery.Highlight.js ===================",
5+
"main": "jquery.highlight.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/phcostabh/jquery-highlight.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/phcostabh/jquery-highlight/issues"
18+
},
19+
"homepage": "https://github.com/phcostabh/jquery-highlight#readme",
20+
"dependencies": {
21+
"jquery": "^2.2.4"
22+
}
23+
}

0 commit comments

Comments
 (0)