Skip to content

Commit

Permalink
Update test projects to use '_name' instead of 'name_dev'. Updated np…
Browse files Browse the repository at this point in the history
…m versions from 'latest' to specific versions.
  • Loading branch information
Kevin Malakoff committed Jun 15, 2012
1 parent 188769f commit 29de829
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
.DS_Store
node_modules/*
node_modules/
build/
2 changes: 1 addition & 1 deletion background.js

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

2 changes: 1 addition & 1 deletion background.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"author" : {"name": "Kevin Malakoff", "url": "https://github.com/kmalakoff"},
"name" : "background_dev",
"name" : "_background",
"description" : "Background.js provides a background job queue and list with array iterators for Javascript applications.",
"keywords" : ["background", "backgroundjs", "jobs", "workers", "tasks", "javascript", "coffeescript"],

Expand Down
2 changes: 1 addition & 1 deletion packages/npm/background.js

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

2 changes: 1 addition & 1 deletion packages/npm/background.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/background.js

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

2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/background.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/background_core.coffee
Expand Up @@ -7,7 +7,7 @@
Dependencies: None.
###

root = if typeof(window) == 'undefined' then global else window
root = @

# export or create Background namespace
Background = @Background = if (typeof(exports) != 'undefined') then exports else {}
Expand Down

0 comments on commit 29de829

Please sign in to comment.