Skip to content

Commit

Permalink
Merge pull request #13 from punkave/hotfix/assets
Browse files Browse the repository at this point in the history
Hotfix/assets
  • Loading branch information
mtthwmnc authored Jan 22, 2020
2 parents c3f6c1a + 7e87fe9 commit 6bdf921
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pk-accordion",
"version": "1.0.2",
"version": "1.0.3",
"description": "A bundle of accordion widgets for ApostropheCMS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node lib/webpack-dev.js",
"prod": "node lib/webpack-prod.js && babel public/js/always.js > public/js/always.js",
"prod": "node lib/webpack-prod.js && babel public/js/always.js > public/js/always-compiled.js && mv -f public/js/always-compiled.js public/js/always.js",
"eslint": "./node_modules/.bin/eslint \"src/**/*.js\"",
"stylelint": "./node_modules/.bin/stylelint \"src/**/*.scss\""
},
Expand Down
Loading

0 comments on commit 6bdf921

Please sign in to comment.