UNPKG
can-model
Version:
latest (4.1.2)
pre (3.0.0-pre)
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-pre.1
3.0.0-pre
2.3.11
can.Model
github.com/canjs/can-model
canjs/can-model
can-model
/
build.js
18 lines
(14 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
var
stealTools =
require
(
"steal-tools"
); stealTools.
export
({
steal
: {
config
: __dirname+
"/package.json!npm"
},
outputs
: {
"+amd"
: {},
"+global-js"
: {} } }).
catch
(
function
(
e
)
{
setTimeout
(function(){
throw
e; },
1
); });