Skip to content

Commit

Permalink
Merge pull request #2 from ax3l/topic-licensePackage
Browse files Browse the repository at this point in the history
Warning: Add license to `package.json`
  • Loading branch information
kmalakoff committed Dec 30, 2015
2 parents 65fa7fd + 089331e commit 8b7e859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name" : "_lifecycle",
"description" : "Lifecycle.js provides conventions and helpers to manage the life cycles of Javascript instances.",
"keywords" : ["lifecycle", "lifecyclejs", "json", "util", "server", "client"],
"license" : "MIT",

"url" : "http://kmalakoff.github.com/lifecycle/",
"homepage" : "http://kmalakoff.github.com/lifecycle/",
Expand All @@ -25,4 +26,4 @@

"main" : "lifecycle.js",
"version" : "1.0.2"
}
}

0 comments on commit 8b7e859

Please sign in to comment.