Skip to content

Commit

Permalink
Cleaning up deployment in CI/CD and fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
curiosity26 committed May 13, 2020
1 parent 519236a commit bf0df30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# react-style-engine
An in script style engine to be used with state/redux and shadow dom

![Node.js CI](https://github.com/curiosity26/react-style-engine/workflows/Node.js%20CI/badge.svg)
![Node.js CI](https://github.com/curiosity26/react-style-engine/workflows/Node.js%20CI/badge.svg)
![Node.js Package](https://github.com/curiosity26/react-style-engine/workflows/Node.js%20Package/badge.svg)
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@curiosity26/react-style-engine",
"version": "1.0.0",
"name": "react-style-engine",
"version": "1.1.0",
"description": "An in script style engine to be used with state/redux and shadow dom",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
"registry": "https://npm.pkg.github.com/@curiosity26"
},
"scripts": {
"build": "NODE_ENV=production $(npm bin)/babel src --out-dir dist",
Expand All @@ -18,7 +18,8 @@
"react",
"css",
"shadow",
"dom"
"dom",
"webcomponents"
],
"author": "Alex Boyce <curiosity26@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit bf0df30

Please sign in to comment.