Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 15, 2015
1 parent 3590d5f commit 3ab25b2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"name": "aureooms-js-sat",
"description": "Satisfiability code bricks for JavaScript",
"license": "AGPL-3.0",
"version": "0.0.1",
"version": "1.0.0",
"homepage": "http://aureooms.github.io/js-sat/"
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "aureooms-js-sat",
"description": "Satisfiability code bricks for JavaScript",
"license": "AGPL-3.0",
"version": "0.0.1",
"version": "1.0.0",
"scripts": [
"js/dist/sat.js"
],
Expand Down
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"dependencies": {},
"repository": {
"url": "https://github.com/aureooms/js-sat.git",
"type": "git"
},
"scripts": {
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build",
"doc": "./node_modules/.bin/groc"
},
"author": "aureooms",
"version": "0.0.1",
"homepage": "http://aureooms.github.io/js-sat/",
"bugs": {
"url": "https://github.com/aureooms/js-sat/issues"
},
"main": "js/dist/sat.js",
"spm": {
"main": "js/dist/sat.js"
},
"devDependencies": {
"aureooms-js-compare": "^1.4.5",
"aureooms-js-itertools": "^1.3.0",
"aureooms-node-package": "^5.0.2"
},
"keywords": [
"NP",
"SAT",
"bricks",
"complete",
"complexity",
"ender",
"javascript",
"js",
"satisfiability"
],
"name": "aureooms-js-sat",
"description": "Satisfiability code bricks for JavaScript",
"license": "AGPL-3.0"
}
"dependencies": {},
"repository": {
"url": "https://github.com/aureooms/js-sat.git",
"type": "git"
},
"scripts": {
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build",
"doc": "./node_modules/.bin/groc"
},
"author": "aureooms",
"version": "1.0.0",
"homepage": "http://aureooms.github.io/js-sat/",
"bugs": {
"url": "https://github.com/aureooms/js-sat/issues"
},
"main": "js/dist/sat.js",
"spm": {
"main": "js/dist/sat.js"
},
"devDependencies": {
"aureooms-js-compare": "^1.4.5",
"aureooms-js-itertools": "^1.3.0",
"aureooms-node-package": "^5.0.2"
},
"keywords": [
"NP",
"SAT",
"bricks",
"complete",
"complexity",
"ender",
"javascript",
"js",
"satisfiability"
],
"name": "aureooms-js-sat",
"description": "Satisfiability code bricks for JavaScript",
"license": "AGPL-3.0"
}

0 comments on commit 3ab25b2

Please sign in to comment.