Skip to content

Commit fb23fc9

Browse files
committed
Rename and automated builds
1 parent 6e7d0b7 commit fb23fc9

3 files changed

Lines changed: 27 additions & 13 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
An easy to use 12factor configuration for Node.js.
88

circle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",
@@ -14,10 +14,10 @@
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"
@@ -33,11 +33,11 @@
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": [

0 commit comments

Comments
 (0)