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 10, 2019
1 parent 79c00f7 commit 786631e
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@three11/scrollspy",
"version": "0.3.0",
"description": "Vanilla ES2017 module for scroll spy",
"main": "dist/scrollspy.min.js",
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"@three11/animate-top-offset": "^0.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/scrollspy.git"
},
"keywords": [
"Spy",
"Scroll",
"JS",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "hello@three-11.com",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "scriptex.bg@gmail.com",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/scrollspy/issues"
},
"homepage": "https://github.com/three11/scrollspy#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"rollup": "1.0.2",
"rollup-plugin-babel": "4.2.0",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-uglify": "6.0.0"
}
"name": "@three11/scrollspy",
"version": "0.4.0",
"description": "Vanilla ES2017 module for scroll spy",
"main": "dist/scrollspy.min.js",
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"@three11/animate-top-offset": "^0.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/scrollspy.git"
},
"keywords": [
"Spy",
"Scroll",
"JS",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "hello@three-11.com",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "scriptex.bg@gmail.com",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/scrollspy/issues"
},
"homepage": "https://github.com/three11/scrollspy#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"rollup": "1.0.2",
"rollup-plugin-babel": "4.2.0",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-uglify": "6.0.0"
}
}

0 comments on commit 786631e

Please sign in to comment.