Skip to content

Commit

Permalink
Scaffold: Normalize repository
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 2, 2017
1 parent 932f0e6 commit 5b20595
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false

language: node_js

node_js:
- 'stable'
- '4'
- '0.12'
- '0.10'
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Blaine Bublitz
Copyright (c) 2015 Blaine Bublitz, Eric Schoffstall and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
{
"name": "undertaker-registry",
"version": "0.0.4",
"description": "undertaker-registry ===================",
"description": "Default registry in gulp 4",
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
"contributors": [],
"repository": "gulpjs/undertaker-registry",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js"
],
"scripts": {
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "lab -cv"
},
"repository": {
"type": "git",
"url": "https://github.com/gulpjs/undertaker-registry"
},
"keywords": [
"registry",
"tasks",
"undertaker",
"gulp"
],
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulpjs/undertaker-registry/issues"
},
"homepage": "https://github.com/gulpjs/undertaker-registry",
"devDependencies": {
"code": "^1.2.1",
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"jscs": "^2.4.0",
"jscs-preset-gulp": "^1.0.0",
"lab": "^6.2.0"
}
},
"keywords": [
"registry",
"tasks",
"undertaker",
"gulp"
]
}

0 comments on commit 5b20595

Please sign in to comment.