Skip to content

Commit

Permalink
Merge pull request #43 from coffeelint/1.x-update-package
Browse files Browse the repository at this point in the history
1.x update package
  • Loading branch information
jacksonrayhamilton committed Feb 7, 2020
2 parents de7cabb + def98ab commit b6c9b63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,22 +1,22 @@
{
"name": "coffeelint",
"name": "@coffeelint/cli",
"description": "Lint your CoffeeScript",
"version": "1.16.1",
"homepage": "http://www.coffeelint.org",
"homepage": "https://coffeelint.github.io/",
"keywords": [
"lint",
"coffeescript",
"coffee-script"
],
"author": "Matthew Perpick <clutchski@gmail.com>",
"author": "Tony Brix <Tony@Brix.ninja> (https://Tony.Brix.ninja)",
"main": "./lib/coffeelint.js",
"engines": {
"npm": ">=1.3.7",
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/clutchski/coffeelint.git"
"url": "git://github.com/coffeelint/coffeelint.git"
},
"bin": {
"coffeelint": "./bin/coffeelint"
Expand Down

0 comments on commit b6c9b63

Please sign in to comment.