Skip to content

Commit 1814383

Browse files
Merge pull request #2124 from riot/remove-spm
Removes SPM support
2 parents 9e49fc5 + 1f9f9ee commit 1814383

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,5 @@
9696
},
9797
"main": "lib/server/index.js",
9898
"jsnext:main": "lib/index.js",
99-
"browser": "riot.js",
100-
"spm": {
101-
"main": "riot.js",
102-
"ignore": [
103-
"test",
104-
"lib",
105-
"make"
106-
]
107-
}
99+
"browser": "riot.js"
108100
}

0 commit comments

Comments
 (0)