diff --git a/dist/ivid.min.css b/dist/ivid.min.css index a837504..ae042ce 100644 --- a/dist/ivid.min.css +++ b/dist/ivid.min.css @@ -1,5 +1,5 @@ /** - * @ividjs/ivid - v1.0.4 + * @ividjs/ivid - v1.0.5 * Copyright 2019 Alex Perez (alxpez) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/dist/ivid.min.js b/dist/ivid.min.js index bcbe82f..2c85a8f 100644 --- a/dist/ivid.min.js +++ b/dist/ivid.min.js @@ -1,5 +1,5 @@ /** - * @ividjs/ivid - v1.0.4 + * @ividjs/ivid - v1.0.5 * Copyright 2019 Alex Perez (alxpez) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/package.json b/package.json index 9d26ada..9afed7f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build:style": "minify ./src/style.css > ./dist/ivid.min.css", "build:script": "webpack --config webpack.config.js", "licenser": "node licenser.js", - "publish": "npm run build && npm publish" + "publisher": "npm run build && npm publish" }, "devDependencies": { "@babel/core": "^7.2.2",