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",
"registry": "jspm",
"jspmNodeConversion": false,
"dependencies": {
"css": "*"
"css": "npm:system-css"
},
"shim": {
"dist/cropper": [
"./cropper.css!"
]
},
"files": [
"dist/cropper.js",
"dist/cropper.css"
]
}
}
}
+1 -1
View File
@@ -204,7 +204,7 @@
"constants": "github:jspm/nodelibs-constants",
"core-js": "npm:core-js",
"cram": "github:cujojs/cram",
"cropperjs": "github:fengyuanchen/cropperjs",
"cropperjs": "npm:cropperjs",
"crypto": "github:jspm/nodelibs-crypto",
"cryptojs": "github:sytelus/cryptojs",
"css-element-queries": "github:marcj/css-element-queries",