File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Twelve Config
2- =============
1+ @ kop/twelve-factor-config
2+ =========================
33
4- [ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/kop/node-twelve-config.svg )] ( https://gemnasium.com/github.com/kop/node-twelve-config )
5- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/kop/node-twelve-config/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/kop/node-twelve-config/?branch=master )
4+ [ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/kop/node-twelve-factor- config.svg )] ( https://gemnasium.com/github.com/kop/node-twelve-factor -config )
5+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/kop/node-twelve-factor- config/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/kop/node-twelve-factor -config/?branch=master )
66
77An easy to use 12factor configuration for Node.js.
88
Original file line number Diff line number Diff line change 1+ dependencies :
2+ pre :
3+ - echo "//registry.npmjs.org/:_authToken=${KOP_NPM_TOKEN}" > ${HOME}/.npmrc
4+
5+ test :
6+ override :
7+ - echo "No tests available"
8+
9+ deployment :
10+ publish :
11+ tag : /[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z\-]*/
12+ commands :
13+ - npm version --no-git-tag-version $CIRCLE_TAG
14+ - npm publish --access public
Original file line number Diff line number Diff line change 11{
2- "name" : " twelve-config" ,
3- "version" : " 1.1.1 " ,
2+ "name" : " @kop/ twelve-factor -config" ,
3+ "version" : " 0.0.0 " ,
44 "description" : " An easy to use 12factor configuration for Node.js" ,
5- "homepage" : " https://github.com/kop/node-twelve-config" ,
5+ "homepage" : " https://github.com/kop/node-twelve-factor- config" ,
66 "license" : " MIT" ,
77 "keywords" : [
88 " 12factor" ,
1414 "author" : " Ivan Koptiev <ivan.koptiev@codex.systems>" ,
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " https://github.com/kop/node-twelve-config.git"
17+ "url" : " https://github.com/kop/node-twelve-factor- config.git"
1818 },
1919 "bugs" : {
20- "url" : " https://github.com/kop/node-twelve-config/issues"
20+ "url" : " https://github.com/kop/node-twelve-factor- config/issues"
2121 },
2222 "directories" : {
2323 "lib" : " ./lib"
3333 },
3434 "dependencies" : {},
3535 "devDependencies" : {
36- "eslint" : " ^3.3.1 " ,
37- "eslint-plugin-react" : " ^6.1.2 " ,
38- "eslint-plugin-import" : " ^1.7 .0" ,
36+ "eslint" : " ^3.4.0 " ,
37+ "eslint-plugin-react" : " ^6.2.0 " ,
38+ "eslint-plugin-import" : " ^1.14 .0" ,
3939 "eslint-config-airbnb" : " ^10.0.1" ,
40- "eslint-plugin-jsx-a11y" : " ^2.1 .0"
40+ "eslint-plugin-jsx-a11y" : " ^2.2 .0"
4141 },
4242 "eslintConfig" : {
4343 "extends" : [
You can’t perform that action at this time.
0 commit comments