Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarstone committed May 31, 2021
1 parent 45081ed commit 555574c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": "eses --lib"
},
"devDependencies": {
"eses": "^1.0.0"
"eses": "^1.0.1"
},
"dependencies": {
"bootstrap": "^4.6.0",
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eses",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ejs Scss ES6 template builder",
"keywords": [
"ejs",
Expand All @@ -15,17 +15,18 @@
"author": "jarstone <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.2.5",
"autoprefixer": "^10.2.6",
"chokidar": "^3.5.1",
"colors": "^1.4.0",
"condense-newlines": "^0.2.1",
"ejs": "^3.1.6",
"esbuild": "^0.11.12",
"esbuild": "^0.12.5",
"globby": "^11.0.3",
"js-beautify": "^1.13.11",
"linkedom": "^0.7.3",
"linkedom": "^0.9.2",
"lodash.merge": "^4.6.2",
"postcss": "^8.2.10",
"sass": "^1.32.11",
"slive-server": "^1.0.3"
"postcss": "^8.3.0",
"sass": "^1.34.0",
"slive-server": "^1.0.4"
}
}

0 comments on commit 555574c

Please sign in to comment.