Commit f34c7f7f authored by bijh's avatar bijh

添加不同的jquery版本

parent 4a97d640
node_modules
dist
bower_components
.happypack
uploads
npm-debug.log
yarn-error.log
yarn.lock
package-lock.json
.vscode
...@@ -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"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment