Skip to content

Commit

Permalink
fix(build): publish correct files for style pkgs
Browse files Browse the repository at this point in the history
affects: @fremtind/jkl-accordion, @fremtind/jkl-bullet-list, @fremtind/jkl-button,
@fremtind/jkl-card, @fremtind/jkl-checkbox, @fremtind/jkl-core, @fremtind/jkl-datepicker,
@fremtind/jkl-divider-line, @fremtind/jkl-dropdown, @fremtind/jkl-footer, @fremtind/jkl-grid,
@fremtind/jkl-header, @fremtind/jkl-loader, @fremtind/jkl-logo, @fremtind/jkl-message-box,
@fremtind/jkl-radio-button, @fremtind/jkl-text-input
  • Loading branch information
Leiv Fredrik Berge committed Jul 15, 2019
1 parent adc1a3c commit a89d768
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bullet-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"files": [
"build",
"!example",
"**/*.css",
"**/*.scss"
"variables",
"mixins",
"*.css",
"*.scss"
],
"scripts": {
"build": "gulp build && yarn build:modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/divider-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"files": [
"!example",
"**/*.css"
"*.css"
],
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"files": [
"!example",
"**/*.css"
"*.css"
],
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 1 addition & 1 deletion packages/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"files": [
"!example",
"**/*.css"
"*.css"
],
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"homepage": "https://github.com/fremtind/jokul#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"files": [
"!example",
"**/*.css"
"*.css"
],
"description": "style for Fremtind logo",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/message-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"files": [
"!example",
"**/*.css"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/radio-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"files": [
"!example",
"**/*.css"
"*.css"
],
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 1 addition & 1 deletion packages/text-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typings": "build/*.d.ts",
"files": [
"!example",
"**/*.css"
"*.css"
],
"scripts": {
"build": "gulp build",
Expand Down

0 comments on commit a89d768

Please sign in to comment.