changes to npm and doesn't filter files

This commit is contained in:
Emma Milner
2016-03-30 10:55:39 +01:00
parent 48caf5e7a6
commit 3e9ac9e872
2 changed files with 5 additions and 9 deletions
@@ -1,16 +1,12 @@
{ {
"main": "dist/cropper", "main": "dist/cropper",
"registry": "jspm", "jspmNodeConversion": false,
"dependencies": { "dependencies": {
"css": "*" "css": "npm:system-css"
}, },
"shim": { "shim": {
"dist/cropper": [ "dist/cropper": [
"./cropper.css!" "./cropper.css!"
] ]
}, }
"files": [ }
"dist/cropper.js",
"dist/cropper.css"
]
}
+1 -1
View File
@@ -204,7 +204,7 @@
"constants": "github:jspm/nodelibs-constants", "constants": "github:jspm/nodelibs-constants",
"core-js": "npm:core-js", "core-js": "npm:core-js",
"cram": "github:cujojs/cram", "cram": "github:cujojs/cram",
"cropperjs": "github:fengyuanchen/cropperjs", "cropperjs": "npm:cropperjs",
"crypto": "github:jspm/nodelibs-crypto", "crypto": "github:jspm/nodelibs-crypto",
"cryptojs": "github:sytelus/cryptojs", "cryptojs": "github:sytelus/cryptojs",
"css-element-queries": "github:marcj/css-element-queries", "css-element-queries": "github:marcj/css-element-queries",