chore: include bugs attribute to the package.json file (#1047)

* include bugs attribute to the package.json file #1046

* Update all package.json files
This commit is contained in:
Manjiri Tapaswi 2018-10-30 10:18:06 -07:00 коммит произвёл Chris Holt
Родитель 2ee080e25e
Коммит 76186f0f96
27 изменённых файлов: 81 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"scripts": { "scripts": {
"integration-tests:alpha": "node build/testing/sauce-labs/test-browsers.js alpha", "integration-tests:alpha": "node build/testing/sauce-labs/test-browsers.js alpha",
"integration-tests:beta": "node build/testing/sauce-labs/test-browsers.js beta", "integration-tests:beta": "node build/testing/sauce-labs/test-browsers.js beta",

Просмотреть файл

@ -11,6 +11,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "tsc -p ./lib/tsconfig.json", "build": "tsc -p ./lib/tsconfig.json",

Просмотреть файл

@ -11,6 +11,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -11,6 +11,9 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/fast-dna.git" "url": "https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"private": true, "private": true,
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"readme": "README.md", "readme": "README.md",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -27,6 +27,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"homepage": "https://github.com/Microsoft/fast-tslint-rules#readme", "homepage": "https://github.com/Microsoft/fast-tslint-rules#readme",
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.0",

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"type": "dist/index.d.ts", "type": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/fast-dna.git" "url": "https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"prepare": "babel src --out-dir dist", "prepare": "babel src --out-dir dist",

Просмотреть файл

@ -13,6 +13,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {

Просмотреть файл

@ -16,6 +16,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "tslint.json", "main": "tslint.json",
"homepage": "https://github.com/Microsoft/fast-tslint-rules#readme", "homepage": "https://github.com/Microsoft/fast-tslint-rules#readme",
"dependencies": { "dependencies": {

Просмотреть файл

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"keywords": [ "keywords": [
"javascript", "javascript",
"typescript", "typescript",

Просмотреть файл

@ -11,6 +11,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git" "url": "git+https://github.com/Microsoft/fast-dna.git"
}, },
"bugs": {
"url": "https://github.com/Microsoft/fast-dna/issues/new/choose"
},
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {