Skip to content
Snippets Groups Projects
Commit bb1d8f2f authored by Alexander Rose's avatar Alexander Rose
Browse files

updated deps, removed windows folder separators

parent f749c361
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
"test": "./node_modules/.bin/jest",
"dist": "./node_modules/.bin/uglifyjs build/js/molio.dev.js -cm > dist/molio.js && cp build/js/molio.esm.js dist/molio.esm.js",
"script": "./node_modules/.bin/rollup build/js/src/script.js -e fs -f cjs -o build/js/script.js",
"runscript": "npm run script && node build\\js\\script.js"
"runscript": "npm run script && node build/js/script.js"
},
"jest": {
"moduleFileExtensions": [
......@@ -28,19 +28,19 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "latest",
"@types/node": "^8.0.28",
"jest": "^21.1.0",
"rollup": "^0.49.3",
"rollup-plugin-buble": "^0.15.0",
"@types/jest": "^21.1.2",
"@types/node": "^8.0.32",
"jest": "^21.2.1",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^4.3.1",
"ts-jest": "^21.0.0",
"ts-jest": "^21.0.1",
"tslint": "^5.7.0",
"typescript": "^2.5.1",
"uglify-js": "^3.1.0"
"typescript": "^2.5.3",
"uglify-js": "^3.1.3"
},
"dependencies": {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment