Skip to content

Commit bd2d68f

Browse files
authored
Merge pull request #111 from primer/release-0.0.8-beta
Patch release v0.0.8-beta
2 parents 560a8cc + 1715d0e commit bd2d68f

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

docs/bundle.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/components/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "primer-react",
3-
"version": "0.0.7-beta",
3+
"version": "0.0.8-beta",
44
"description": "Primer react components",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.esm.js",
77
"scripts": {
8+
"prebuild": "rm -rf dist",
89
"build": "NODE_ENV=production rollup -c",
910
"build:docs": "x0 build examples --out-dir docs",
1011
"lint": "eslint src examples",
11-
"preversion": "npm -s run build",
12+
"prepublishOnly": "npm run build",
1213
"start": "x0 dev examples -op 8888",
1314
"test": "jest"
1415
},
@@ -42,9 +43,6 @@
4243
"coveragePathIgnorePatterns": [
4344
"/node_modules/",
4445
"<rootDir>/src/utils/testing.js"
45-
],
46-
"transformIgnorePatterns": [
47-
"node_modules/(?!@github/octicons-react)"
4846
]
4947
},
5048
"dependencies": {

0 commit comments

Comments
 (0)