Skip to content

Commit

Permalink
From bower to npm ;).
Browse files Browse the repository at this point in the history
  • Loading branch information
phcostabh committed Oct 10, 2017
1 parent b74db23 commit d88936f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,4 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg
node_modules/
8 changes: 0 additions & 8 deletions bower.json

This file was deleted.

13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "jquery-highlight",
"version": "3.2.1",
"description": "jQuery.Highlight.js ===================",
"main": "jquery.highlight.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phcostabh/jquery-highlight.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phcostabh/jquery-highlight/issues"
},
"homepage": "https://github.com/phcostabh/jquery-highlight#readme",
"dependencies": {
"jquery": "^2.2.4"
}
}

0 comments on commit d88936f

Please sign in to comment.