Skip to content

Commit

Permalink
Updated version to be packaged with updated example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanburke committed Jul 18, 2015
1 parent a5cb1b6 commit 1c94508
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
36 changes: 18 additions & 18 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "angular-help-overlay",
"version": "0.1.0",
"homepage": "https://github.com/jordanburke/angular-help-overlay",
"authors": [
"Jordan Burke <@jordanburke>"
],
"main": "lib/angular-help-overlay.js",
"description": "Directive for chardin.js instruction overlay",
"keywords": [
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"name": "angular-help-overlay",
"version": "0.1.1",
"homepage": "https://github.com/jordanburke/angular-help-overlay",
"authors": [
"Jordan Burke <@jordanburke>"
],
"main": "lib/angular-help-overlay.js",
"description": "Directive for chardin.js instruction overlay",
"keywords": [
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.6.0 <2.0.0",
"chardin.js": "~0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/angular-help-overlay.min.js

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

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "angular-help-overlay",
"description": "Angular Wrapper for chardin.js instruction overlay",
"version": "0.1.0",
"homepage": "https://github.com/jordanburke/angular-help-overlay",
"author": {
"name": "Jordan Burke",
"url": "https://github.com/jordanburke/"
},
"repository": {
"type": "git",
"url": "git://github.com/jordanburke/angular-help-overlay.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-watch": "latest",
"grunt-contrib-connect": "~0.5.0"
}
"name": "angular-help-overlay",
"description": "Angular Wrapper for chardin.js instruction overlay",
"version": "0.1.1",
"homepage": "https://github.com/jordanburke/angular-help-overlay",
"author": {
"name": "Jordan Burke",
"url": "https://github.com/jordanburke/"
},
"repository": {
"type": "git",
"url": "git://github.com/jordanburke/angular-help-overlay.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-watch": "latest",
"grunt-contrib-connect": "~0.5.0"
}
}

0 comments on commit 1c94508

Please sign in to comment.