Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Fix year in license, fix paths in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed Jan 10, 2012
1 parent 12885a8 commit 01ebb2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 1992-2011 Bet Smart Media. All rights reserved.
Copyright 2011-2012 Bet Smart Media. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"type": "git",
"url": "git://github.com/BetSmartMedia/Lazorse.git"
},
"main": "./lib/lazorse",
"main": "lib/lazorse",
"files": [
"./lib",
"./examples",
"./README.md"
"lib",
"examples",
"test",
"README.md"
],
"engines": {
"node": ">=0.4.0"
Expand All @@ -27,4 +28,4 @@
"scripts": {
"test": "mocha"
}
}
}

0 comments on commit 01ebb2a

Please sign in to comment.