添加不同的jquery版本
Showing
.gitignore
0 → 100644
... | @@ -4,21 +4,30 @@ | ... | @@ -4,21 +4,30 @@ |
"version": "1.8.0", | "version": "1.8.0", | ||
"main": "spectrum.js", | "main": "spectrum.js", | ||
"license": "MIT", | "license": "MIT", | ||
"keywords": ["jquery-plugin", "ecosystem:jquery", "color", "colorpicker", "ui"], | "keywords": [ | ||
"jquery-plugin", | |||
"ecosystem:jquery", | |||
"color", | |||
"colorpicker", | |||
"ui" | |||
], | |||
"homepage": "http://bgrins.github.com/spectrum", | "homepage": "http://bgrins.github.com/spectrum", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://bgrins.github.com/spectrum" | "url": "https://bgrins.github.com/spectrum" | ||
}, | }, | ||
"author": { | "author": { | ||
"name" : "Brian Grinstead", | "name": "Brian Grinstead", | ||
"email" : "briangrinstead@gmail.com", | "email": "briangrinstead@gmail.com", | ||
"url" : "http://briangrinstead.com/" | "url": "http://briangrinstead.com/" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "~0.4.0", | "grunt": "~0.4.0", | ||
"grunt-contrib-jshint": "~0.4.3", | "grunt-contrib-jshint": "~0.4.3", | ||
"grunt-contrib-qunit": "~0.2.0", | "grunt-contrib-qunit": "~0.2.0", | ||
"grunt-contrib-uglify": "~0.2.0" | "grunt-contrib-uglify": "~0.2.0" | ||
}, | |||
"dependencies": { | |||
"jquery": "^3.3.1" | |||
} | } | ||
} | } |
Please register or sign in to comment