Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 468ea05

Browse files
committed
browserify-shim is totally unnecessary here
This is a pure CommonJS codebase.
1 parent 8fc4d2d commit 468ea05

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"dependencies": {
1010
"backbone-extend-standalone": "~0.1.2",
11-
"browserify-shim": "^3.8.3",
1211
"clean-css": "^3.1.9",
1312
"enhance-css": "^1.1.0",
1413
"es6-promise": "~0.1.1",
@@ -40,13 +39,9 @@
4039
"browser": "browser.js",
4140
"browserify": {
4241
"transform": [
43-
"./tools/cssify",
44-
"browserify-shim"
42+
"./tools/cssify"
4543
]
4644
},
47-
"browserify-shim": {
48-
"annotator": "global:annotator"
49-
},
5045
"engines": {
5146
"node": ">=0.10 <0.12"
5247
},

0 commit comments

Comments
 (0)