We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0ea74 commit 0530eccCopy full SHA for 0530ecc
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
node_js:
3
- 0.10
4
+sudo: false
5
before_script:
6
- npm install -g grunt-cli
7
script: grunt travis --verbose
CHANGELOG.md
@@ -1,5 +1,7 @@
# 1.10.1-0 / Unreleased
+* [FEATURE] #94 Add `main` field to package.json
+
# 1.10.0 / 2015-06-27
* [FEATURE] New option `tooltip`, adds a `title` attribute to the menu markup
@@ -32,7 +34,7 @@
32
34
# 1.7.0 / 2014-09-09
33
35
36
* [FEATURE] AMD support (topolm).
-* [FEATURE] CDN support (http://www.jsdelivr.com/#!jquery.ui-contextmenu).
37
+* [FEATURE] CDN support on [jsDelivr](http://www.jsdelivr.com/#!jquery.ui-contextmenu).
38
39
# 1.6.1 / 2014-08-18
40
0 commit comments