Skip to content

Commit 12cf29b

Browse files
committed
refactor for DeepAR Web v5.0.0
1 parent 8b01175 commit 12cf29b

23 files changed

+83
-228
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/dist
33
package-lock.json
4+
.DS_Store

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "quickstart-web-js-npm",
33
"version": "1.0.0",
4-
"description": "Quickstart project that shows how to use DeepAR Web SDK as an imported module.",
4+
"description": "Quickstart project for DeepAR Web.",
55
"main": "index.js",
66
"scripts": {
7-
"build": "webpack --config webpack.config.js --mode production && cp -r public/* dist",
7+
"build": "rm -rf dist && webpack --config webpack.config.js --mode production && cp -r public/* dist && cp -r node_modules/deepar dist/deepar-resources",
88
"dev": "webpack serve --mode development --open --port 8888"
99
},
1010
"author": "",
@@ -15,6 +15,6 @@
1515
"webpack-dev-server": "^4.11.0"
1616
},
1717
"dependencies": {
18-
"deepar": "^4.0.0"
18+
"deepar": "^5.0.0"
1919
}
2020
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)