Skip to content

Commit

Permalink
Trying to fix webpack install for scrutinizer 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freaker2k7 committed Jul 30, 2019
1 parent 54ded36 commit bad67d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ console.log(result); // This will print: "Эллoу Вoурлд!"

Or in vanilla JS in your browser:
```xml
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/translingual@1.0.7/dist/translingual.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/translingual@1.0.8/dist/translingual.min.js"></script>
<script type="text/javascript">
```
<div style="margin-top: -2rem"></div>
Expand Down
11 changes: 3 additions & 8 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "translingual",
"author": "Evgeny Kolyakov <thenetfreaker@gmail.com>",
"description": "Multilingual transliteration - phonetic visualization using transcription.",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/freaker2k7/translingual",
"repository": "freaker2k7/translingual",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"scripts": {
"clean": "rm -rf dist && mkdir dist",
"prepublishOnly": "npm run clean && node_modules/webpack/bin/webpack.js",
"prepublishOnly": "npm run clean && npm i -g webpack webpack-cli && node_modules/webpack/bin/webpack.js",
"start": "node ./src/index.js",
"test": "node ./test/basic.js"
},
Expand All @@ -30,10 +30,5 @@
"src/",
"LICENSE",
"README.md"
],
"dependencies": {},
"devDependencies": {
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
}
]
}

0 comments on commit bad67d5

Please sign in to comment.