Skip to content

Commit

Permalink
get rid of preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildever committed Jun 8, 2020
1 parent 806d7f0 commit ece656d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "feistel-cipher",
"version": "1.1.0",
"version": "1.1.1",
"description": "Feistel cipher implementation for (almost) format-preserving encryption",
"main": "dist/lib/src/typescript/index.js",
"types": "index.d.ts",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "tsc",
"test": "tsc && mocha 'test/src/typescript/node.spec.ts' --require ts-node/register && browserify ./dist/test/src/typescript/browser.spec.js -o dist/test/src/typescript/index.js && live-server --port=9001 --mount=/:test/src/typescript"
},
Expand Down

0 comments on commit ece656d

Please sign in to comment.