Skip to content

Commit

Permalink
release v - 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Oct 11, 2022
1 parent 33d737a commit fdd4214
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mahal",
"version": "1.6.3",
"version": "1.7.0",
"description": "Simple, modern web application framework for UI development.",
"main": "dist/npm.export.js",
"types": "dist/ts/index.d.ts",
Expand Down
33 changes: 13 additions & 20 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"test:mochapack": "cross-env NODE_ENV=test mochapack --require ./typescript/test/setup.js --webpack-config typescript/webpack.config.test.js \"typescript/test/**/*.test.ts\""
},
"dependencies": {
"@mahaljs/html-compiler": "file:../../mahal-html-compiler/mahaljs-html-compiler-1.7.0.tgz",
"@mahaljs/test-utils": "^1.6.1",
"@mahaljs/util": "^1.6.1",
"@mahaljs/webpack-loader": "^1.6.1",
"@mahaljs/html-compiler": "^1.7.0",
"@mahaljs/test-utils": "^1.7.0",
"@mahaljs/util": "^1.7.0",
"@mahaljs/webpack-loader": "^1.7.0",
"chai": "^4.3.4",
"flexboot": "^1.0.1",
"jquery": "^3.6.0",
Expand Down

0 comments on commit fdd4214

Please sign in to comment.