Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Majsner committed Dec 28, 2020
1 parent 6d5885d commit 4cbd7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-status-alert",
"version": "1.0.2",
"version": "1.1.0",
"description": "Status alert component for React",
"keywords": [
"react-status-alert",
Expand All @@ -16,7 +16,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"all": "npm install && npm run lint && npm run test && npm run build && npm run build-docs",
"all": "npm run lint && npm run test && npm run build && npm run build-docs",
"build": "npm run clean && npm run tsc && npm run copy",
"tsc": "tsc",
"copy": "cp ./lib/status-alert.css ./dist/",
Expand Down

0 comments on commit 4cbd7a2

Please sign in to comment.