Skip to content

Commit

Permalink
chore: update package.json information
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Mar 5, 2019
1 parent c242d14 commit edf9ba1
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 16 deletions.
67 changes: 56 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 26 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,41 @@
{
"name": "wcag-color",
"version": "0.1.0",
"description": "Color constrast helpers to achieve the WCAG 2.0 standard",
"version": "0.0.0",
"main": "dist/wcag-color.cjs.js",
"module": "dist/wcag-color.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "jest --watch",
"test": "is-ci \"test:ci\" \"test:watch\"",
"test:ci": "jest",
"test:watch": "jest --watch",
"rollup:build": "rollup -c",
"prepare": "npm run build && npm run rollup:build"
},
"keywords": [
"BuckleScript"
"WCAG",
"Color",
"Color contrast",
"Accessibility",
"BuckleScript",
"Reason",
"ReasonML"
],
"author": "",
"author": {
"name": "Rickard Laurin",
"email": "rickard.laurin@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/preset-env": "7.3.4",
"@glennsl/bs-jest": "0.4.7",
"babel-jest": "^23.6.0",
"bs-platform": "4.0.18",
"is-ci-cli": "^1.1.1",
"jest": "^24.1.0",
"rollup": "1.4.1",
"rollup-plugin-babel": "4.3.2",
Expand All @@ -31,5 +44,13 @@
"rollup-plugin-filesize": "6.0.1",
"rollup-plugin-node-resolve": "4.0.1"
},
"dependencies": {}
"dependencies": {},
"bugs": {
"url": "https://github.com/believer/wcag-color/issues"
},
"homepage": "https://github.com/believer/wcag-color#readme",
"repository": {
"type": "git",
"url": "https://github.com/believer/wcag-color.git"
}
}

0 comments on commit edf9ba1

Please # to comment.