Skip to content

Commit

Permalink
update generator
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 12, 2018
1 parent 303e7bc commit e306cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"main": "dist/videojs-vr.cjs.js",
"module": "dist/videojs-vr.es.js",
"generator-videojs-plugin": {
"version": "6.0.4"
"version": "6.0.5"
},
"scripts": {
"prebuild": "npm run clean",
"build": "npm-run-all -p build:*",
"build:css": "postcss --verbose -o dist/videojs-vr.css --config scripts/postcss.config.js src/plugin.css",
"build:js": "rollup -c scripts/rollup.config.js",
"build:lang": "vjslang --dir dist/lang",
"clean": "rimraf dist test/dist",
"postclean": "mkdirp dist test/dist",
"clean": "rimraf dist",
"postclean": "mkdirp dist",
"docs": "npm-run-all docs:*",
"docs:api": "jsdoc src -r -c scripts/jsdoc.json -d docs/api",
"docs:toc": "doctoc README.md",
Expand Down

0 comments on commit e306cf7

Please sign in to comment.