Skip to content

Commit

Permalink
Merge pull request #111 from primer/release-0.0.8-beta
Browse files Browse the repository at this point in the history
Patch release v0.0.8-beta
  • Loading branch information
shawnbot authored Jul 9, 2018
2 parents 560a8cc + 1715d0e commit bd2d68f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
22 changes: 11 additions & 11 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/components/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "primer-react",
"version": "0.0.7-beta",
"version": "0.0.8-beta",
"description": "Primer react components",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "NODE_ENV=production rollup -c",
"build:docs": "x0 build examples --out-dir docs",
"lint": "eslint src examples",
"preversion": "npm -s run build",
"prepublishOnly": "npm run build",
"start": "x0 dev examples -op 8888",
"test": "jest"
},
Expand Down Expand Up @@ -42,9 +43,6 @@
"coveragePathIgnorePatterns": [
"/node_modules/",
"<rootDir>/src/utils/testing.js"
],
"transformIgnorePatterns": [
"node_modules/(?!@github/octicons-react)"
]
},
"dependencies": {
Expand Down

0 comments on commit bd2d68f

Please sign in to comment.