Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed70540 commit e57a5deCopy full SHA for e57a5de
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"version": "1.3.2-pre",
7
"licenses": [{
8
"type": "MIT",
9
- "url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
+ "url": "https://github.com/jashkenas/coffee-script/raw/master/LICENSE"
10
}],
11
"engines": {
12
"node": ">=0.4.0"
@@ -20,6 +20,7 @@
20
"cake": "./bin/cake"
21
},
22
"homepage": "http://coffeescript.org",
23
+ "bugs": "https://github.com/jashkenas/coffee-script/issues",
24
"repository": {
25
"type": "git",
26
"url": "git://github.com/jashkenas/coffee-script.git"
0 commit comments