@barguide/style-guide
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.14](https://github.com/barguide/taps/compare/@barguide/style-guide@1.1.13...@barguide/style-guide@1.1.14) (2021-02-12) | ||
**Note:** Version bump only for package @barguide/style-guide | ||
## [1.1.11](https://github.com/barguide/taps/compare/@barguide/style-guide@1.1.10...@barguide/style-guide@1.1.11) (2021-02-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@barguide/style-guide", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"author": { | ||
@@ -47,5 +47,5 @@ "name": "Matthew Scholta", | ||
"scripts": { | ||
"build": "NODE_ENV=production rollup --config-tsconfig='packages/public/style-guide/tsconfig.json' -c ./rollup.config.babel.js", | ||
"build": "NODE_ENV=production rollup --config-tsconfig='packages/barguide/style-guide/tsconfig.json' -c ./rollup.config.babel.js", | ||
"build:dev": "NODE_ENV=development npm run build -- -w", | ||
"test": "jest -c ../../../jest.config.js --testPathPattern='packages/public/style-guide/'", | ||
"test": "jest -c ../../../jest.config.js --testPathPattern='packages/barguide/style-guide/'", | ||
"test:watch": "npm run test -- --watchAll --watch" | ||
@@ -56,3 +56,3 @@ }, | ||
"types": "./dist/index.d.ts", | ||
"gitHead": "d15b156b1ce7ef6f5f23d2882eed4efad5ed954b" | ||
"gitHead": "66c44931a81fddede5704711a8b3230c587b9a65" | ||
} |
187327