Skip to content

Commit

Permalink
Merge pull request atom#859 from atom/lf-plz
Browse files Browse the repository at this point in the history
Convert line endings back to LF in `package.json`
  • Loading branch information
lee-dohm authored Jul 16, 2019
2 parents 69b0882 + 0b42ba9 commit 176a254
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "atom-package-manager",
"description": "Atom package manager",
"version": "2.4.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/atom/apm.git"
},
"bugs": {
"url": "https://github.com/atom/apm/issues"
},
"main": "./lib/apm.js",
"bin": {
"apm": "./bin/apm"
},
"scripts": {
"build": "node script/check-version.js && grunt",
"prepublish": "grunt prepublish",
"install": "node script/postinstall.js",
"test": "node script/check-version.js && grunt test",
"check-version": "node version.js"
},
"dependencies": {
"@atom/plist": "0.4.4",
"asar-require": "0.3.0",
"async": "~0.2.8",
"colors": "~0.6.1",
"first-mate": "6.2.0",
"fs-plus": "2.x",
"git-utils": "^4.0",
"hosted-git-info": "^2.1.4",
"keytar": "^4.0",
"mv": "2.0.0",
"ncp": "~0.5.1",
"npm": "6.2.0",
"open": "0.0.5",
"q": "~0.9.7",
"read": "~1.0.5",
"request": "^2.87.0",
"rimraf": "^2.5.2",
"season": "^6.0.2",
"semver": "^5.1.0",
"tar": "^2.2.1",
"temp": "^0.8.3",
"underscore-plus": "1.x",
"wordwrap": "0.0.2",
"wrench": "~1.5.1",
"yargs": "^3.23.0"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"express": "^4.16.3",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^2.0.0",
"grunt-shell": "^1.3.0",
"jasmine-focused": ">=1.0.7 <2.0"
}
}
{
"name": "atom-package-manager",
"description": "Atom package manager",
"version": "2.4.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/atom/apm.git"
},
"bugs": {
"url": "https://github.com/atom/apm/issues"
},
"main": "./lib/apm.js",
"bin": {
"apm": "./bin/apm"
},
"scripts": {
"build": "node script/check-version.js && grunt",
"prepublish": "grunt prepublish",
"install": "node script/postinstall.js",
"test": "node script/check-version.js && grunt test",
"check-version": "node version.js"
},
"dependencies": {
"@atom/plist": "0.4.4",
"asar-require": "0.3.0",
"async": "~0.2.8",
"colors": "~0.6.1",
"first-mate": "6.2.0",
"fs-plus": "2.x",
"git-utils": "^4.0",
"hosted-git-info": "^2.1.4",
"keytar": "^4.0",
"mv": "2.0.0",
"ncp": "~0.5.1",
"npm": "6.2.0",
"open": "0.0.5",
"q": "~0.9.7",
"read": "~1.0.5",
"request": "^2.87.0",
"rimraf": "^2.5.2",
"season": "^6.0.2",
"semver": "^5.1.0",
"tar": "^2.2.1",
"temp": "^0.8.3",
"underscore-plus": "1.x",
"wordwrap": "0.0.2",
"wrench": "~1.5.1",
"yargs": "^3.23.0"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"express": "^4.16.3",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^2.0.0",
"grunt-shell": "^1.3.0",
"jasmine-focused": ">=1.0.7 <2.0"
}
}

0 comments on commit 176a254

Please sign in to comment.