Skip to content

Commit

Permalink
Bumped to 0.9.0; renamed web bundle to shen-script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoeninger committed Oct 15, 2019
1 parent 284ca9e commit 550d871
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="apple-touch-icon" href="assets/favicon.png">
<script src="dist/development/shenScript.js"></script>
<script src="dist/development/shen-script.js"></script>
<style>
.notification {
color: #323330;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ShenScript",
"version": "0.8.0",
"name": "shen-script",
"version": "0.9.0",
"description": "Shen for JavaScript",
"keywords": [
"shen",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = env => ({
},
output: {
path: path.resolve(__dirname, 'dist/' + env.mode),
filename: 'shenScript.js'
filename: 'shen-script.js'
},
stats: {
warningsFilter: w => w.includes('the request of a dependency is an expression')
Expand Down

0 comments on commit 550d871

Please sign in to comment.