Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
visualapps committed Jul 31, 2019
1 parent 5514002 commit f799757
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/de-code-marketing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "de-code-marketing",
"version": "1.1.0",
"version": "1.2.0",
"description": "De-code marketing package",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion packages/de-code-product/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "de-code-product",
"version": "1.1.0",
"version": "1.2.0",
"description": "De-code product package",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions packages/de-code/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@mayadata/de-code",
"version": "1.1.0",
"version": "1.2.0",
"description": "De-code css package",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 index.scss -o css/"
},
"dependencies": {
"de-code-marketing": "^1.1.0",
"de-code-product": "^1.1.0"
"de-code-marketing": "^1.2.0",
"de-code-product": "^1.2.0"
},
"author": "MayaData, Inc.",
"license": "MIT",
Expand Down

0 comments on commit f799757

Please sign in to comment.