Comparing version 0.0.1 to 0.0.2
// Generated by CoffeeScript 1.4.0 | ||
module.exports = { | ||
"package": require('./package') | ||
Packager: require('./packager') | ||
}; |
{ | ||
"name": "cetera", | ||
"description": "effortlessness, requirejs, package, modules", | ||
"version": "0.0.1", | ||
"description": "effortlessness, requirejs, packager, modules", | ||
"version": "0.0.2", | ||
"author": "nomilous <nomilous@gmail.com", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -6,3 +6,3 @@ cetera | ||
### version 0.0.1 (high alpha) | ||
### version 0.0.2 (high alpha) | ||
@@ -15,8 +15,8 @@ | ||
Package = require('cetera').Package | ||
package = new Package | ||
Packager = require('cetera').Packager | ||
packager = new Packager | ||
app = express() | ||
package.mount | ||
packager.mount | ||
@@ -23,0 +23,0 @@ # |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8190