Skip to content

Commit

Permalink
bump package and copy css files
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Sep 22, 2023
1 parent ca6758b commit cdc1d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neocron",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"main": "dist/src/Neocron.js",
"export": "dist/src/Neocron.js",
Expand All @@ -15,7 +15,7 @@
"dist/src"
],
"scripts": {
"build": "tsc",
"build": "tsc && cp src/globals.css dist/globals.css",
"start": "webpack-dev-server",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"incremental": true,
"declaration": true,
},
"include": ["src/**/*.ts", "src/**/*.tsx", "stories/**/*.ts", "src/*.css"],
"include": ["src/**/*.ts", "src/**/*.tsx", "stories/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit cdc1d0c

Please sign in to comment.