Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
- updates dependencies
  • Loading branch information
gabrielcsapo committed Jan 13, 2018
1 parent 3b9f661 commit 634ba42
Show file tree
Hide file tree
Showing 5 changed files with 4,231 additions and 13 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.3 (01/12/2018)

- updates dependencies

# 1.0.2 (01/01/2018)

- uses ascii-pipeline to generate an ascii pipeline!
Expand Down
8 changes: 4 additions & 4 deletions docs/example/index.html

Large diffs are not rendered by default.

4,216 changes: 4,215 additions & 1 deletion docs/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build.sh",
"version": "1.0.2",
"version": "1.0.3",
"description": "🔨 run and visualize the build process",
"repository": {
"type": "https",
Expand All @@ -26,14 +26,14 @@
"author": "Gabriel J. Csapo <[email protected]>",
"license": "ISC",
"dependencies": {
"ascii-pipeline": "0.0.2",
"ascii-pipeline": "0.0.3",
"async": "^2.6.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"commander": "^2.12.2",
"css-loader": "^0.28.7",
"commander": "^2.13.0",
"css-loader": "^0.28.8",
"html-webpack-inline-source-plugin": "0.0.9",
"html-webpack-plugin": "^2.30.1",
"js-yaml": "^3.10.0",
Expand All @@ -47,16 +47,16 @@
"webpack": "^3.9.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.3",
"@storybook/react": "^3.3.3",
"@storybook/addon-actions": "^3.3.8",
"@storybook/react": "^3.3.8",
"docdash": "^0.4.0",
"eslint": "^4.14.0",
"eslint": "^4.15.0",
"eslint-plugin-react": "^7.5.1",
"jsdoc": "^3.5.5",
"pkg": "^4.2.6",
"tap": "^11.0.1",
"tape": "^4.8.0",
"tryitout": "^1.2.3"
"tryitout": "^2.0.6"
},
"pkg": {
"scripts": [
Expand Down

0 comments on commit 634ba42

Please sign in to comment.