Skip to content

Commit

Permalink
NPM shirkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed Dec 9, 2018
1 parent 3c68477 commit b77fddf
Show file tree
Hide file tree
Showing 7 changed files with 6,367 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build/nunu.editor.min.js

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

2 changes: 1 addition & 1 deletion build/nunu.min.js

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

2 changes: 1 addition & 1 deletion docs/editor/nunu.editor.min.js

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

2 changes: 1 addition & 1 deletion docs/editor/nunu.min.js

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

21 changes: 12 additions & 9 deletions docs/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
},
"devDependencies": {
"yuidocjs": "",
"nwjs-builder-phoenix": "^1.14.8",
"cordova": ""
"cordova": "",
"nwjs-builder-phoenix": "1.14.8"
},
"dependencies": {},
"chromium-args": "--ignore-gpu-blacklist --disable-raf-throttling --enable-gpu-async-worker-context",
"window": {
"icon": "source/files/icon.png",
Expand All @@ -45,31 +46,33 @@
"min_width": 800,
"min_height": 600
},
"dependencies": {},
"build": {
"appId": "io.tentone.nunustudio",
"output": "../../build/desktop/",
"outputPattern": "${NAME}_${VERSION}_${PLATFORM}_${ARCH}",
"ffmpegIntegration": true,
"packed": true,
"nwVersion": "stable",
"nwFlavor": "normal",
"ffmpegIntegration": false,
"packed": false,
"nwVersion": "0.34.0",
"nwFlavor": "sdk",
"targets": [
"zip"
"zip",
"7z"
],
"excludes": [
"node_modules",
"package-lock.json"
],
"strippedProperties": [
"scripts",
"dependencies",
"devDependencies",
"build"
],
"win": {
"productName": "nunuStudio",
"companyName": "tentone",
"copyright": "MIT",
"icon": "./source/files/icon.ico",
"icon": "source/files/icon.ico",
"versionStrings": {}
},
"mac": {
Expand Down
Loading

0 comments on commit b77fddf

Please sign in to comment.