Skip to content
Permalink
Browse files Browse the repository at this point in the history
move to originial JSEncrypt
  • Loading branch information
Marcin Wosinek committed May 11, 2021
1 parent 7942151 commit 182c56e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 105 deletions.
9 changes: 0 additions & 9 deletions next.config.js

This file was deleted.

103 changes: 11 additions & 92 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -8,11 +8,9 @@
"start": "next start"
},
"dependencies": {
"jsencrypt": "^3.2.0",
"next": "10.2.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"node-jsencrypt": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion pages/index.js
Expand Up @@ -2,7 +2,7 @@ import Head from "next/head";
import Image from "next/image";
import styles from "../styles/Home.module.css";

import JSEncrypt from "node-jsencrypt";
import JSEncrypt from "jsencrypt";

export default function Home() {
return (
Expand Down

0 comments on commit 182c56e

Please sign in to comment.