Comparing version 0.1.55 to 0.1.56
{ | ||
"name": "skateui", | ||
"main": "src/plugins/skateui.js", | ||
"version": "0.1.55", | ||
"version": "0.1.56", | ||
"scripts": { | ||
"build": "cd src/components && python3 split-files.py && cd ../../ && npx grunt copy browserify pug less && npx grunt includereplace" | ||
"build-server": "cd src/components && python3 split-files.py && cd ../../ && npx grunt copy browserify pug less && npx grunt includereplace replace", | ||
"build": "cd src/components && py split-files.py && cd ../../ && grunt copy browserify pug less && grunt includereplace replace" | ||
}, | ||
@@ -32,4 +33,5 @@ "keywords": [ | ||
"grunt-includes": "^1.1.0", | ||
"grunt-text-replace": "^0.4.0", | ||
"uglifyify": "^5.0.2" | ||
} | ||
} |
47563
15