UNPKG
can-key-tree
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Add and remove items to a tree
github.com/canjs/can-key-tree
canjs/can-key-tree
can-key-tree
/
build.js
20 lines
(16 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"use strict"
;
var
stealTools =
require
(
"steal-tools"
); stealTools.
export
({
steal
: {
config
: __dirname +
"/package.json!npm"
},
outputs
: {
"+cjs"
: {},
"+amd"
: {},
"+global-js"
: {} } }).
catch
(
function
(
e
){
setTimeout
(
function
(
){
throw
e; },
1
); });