8000 Add spm support · immutable-js/immutable-js@4c2d335 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c2d335

Browse files
committed
Add spm support
1 parent d111f3b commit 4c2d335

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,14 @@
6262
"sequence",
6363
"iteration"
6464
],
65-
"license": "BSD"
66-
}
65+
"license": "BSD",
66+
"spm": {
67+
"main": "dist/immutable.js",
68+
"ignore": [
69+
"__tests__",
70+
"contrib",
71+
"resources",
72+
"type-definitions"
73+
]
74+
}
75+
}

0 commit comments

Comments
 (0)
0