Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Atanas Strahilov committed Jan 3, 2019
1 parent f2292c9 commit b43f060
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "pass-score",
"version": "0.4.0",
"description": "Get the score of your password",
"main": "dist/index.js",
"scripts": {
"dist": "babel src/index.js --out-file dist/index.js",
"minify": "babel src/index.js --out-file dist/index.min.js --presets minify,@babel/env",
"build": "npm run dist && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scriptex/pass-score.git"
},
"keywords": [
"Password",
"Score",
"Strength",
"Check",
"Utility",
"Tools"
],
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/scriptex/pass-score/issues"
},
"homepage": "https://github.com/scriptex/pass-score#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-decorators": "7.2.3",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-modules-umd": "7.2.0",
"@babel/preset-env": "7.2.3",
"babel-loader": "8.0.4",
"babel-minify": "0.5.0"
}
"name": "pass-score",
"version": "1.0.0",
"description": "Get the score of your password",
"main": "dist/index.js",
"scripts": {
"dist": "babel src/index.js --out-file dist/index.js",
"minify": "babel src/index.js --out-file dist/index.min.js --presets minify,@babel/env",
"build": "npm run dist && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scriptex/pass-score.git"
},
"keywords": [
"Password",
"Score",
"Strength",
"Check",
"Utility",
"Tools"
],
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/scriptex/pass-score/issues"
},
"homepage": "https://github.com/scriptex/pass-score#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-decorators": "7.2.3",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-modules-umd": "7.2.0",
"@babel/preset-env": "7.2.3",
"babel-loader": "8.0.4",
"babel-minify": "0.5.0"
}
}

0 comments on commit b43f060

Please sign in to comment.