We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f138f commit 8adef61Copy full SHA for 8adef61
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "autocomplete-js",
3
- "version": "2.6.4",
+ "version": "2.7.0",
4
"author": "support@autocomplete-js.com",
5
"license": "MIT",
6
"description": "autocomplete.js is a fast and lightweight autocomplete library, without any dependencies.",
@@ -17,13 +17,13 @@
17
"url": "https://github.com/autocompletejs/autocomplete.js/issues"
18
},
19
"devDependencies": {
20
- "browserify": "^14.1.0",
+ "browserify": "16.2.*",
21
"browserify-header": "^0.9.2",
22
"clean-css-cli": "^4.0.8",
23
"jshint": "^2.9.4",
24
- "less": "^2.7.2",
+ "less": "3.0.*",
25
"minifyify": "^7.3.5",
26
- "tsify": "^3.0.1",
+ "tsify": "4.0.*",
27
"typescript": "^2.2.1"
28
29
"scripts": {
0 commit comments