mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #821 from nlegoff/remove_json3
[3.9] Remove json3 dependency
This commit is contained in:
@@ -176,15 +176,6 @@ module.exports = function(grunt) {
|
||||
"dest": "<%= path.asset %>/json2/",
|
||||
"flatten": true
|
||||
},
|
||||
"json3": {
|
||||
"expand": true,
|
||||
"src": [
|
||||
"<%= path.bower %>/json3/LICENSE",
|
||||
"<%= path.bower %>/json3/lib/json3.js"
|
||||
],
|
||||
"dest": "<%= path.asset %>/json3/",
|
||||
"flatten": true
|
||||
},
|
||||
"mocha": {
|
||||
"expand": true,
|
||||
"src": [
|
||||
|
@@ -9,7 +9,6 @@
|
||||
"font-awesome": "~3.0.2",
|
||||
"modernizr": "~2.6.2",
|
||||
"normalize-css": "~2.1.0",
|
||||
"json3": "3.2.4",
|
||||
"json2": "latest",
|
||||
"humane-js": "~3.0.6",
|
||||
"jquery-file-upload": "~8.3.2",
|
||||
|
Reference in New Issue
Block a user