Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 13, 2017
1 parent 558a44e commit c72900b
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 48 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

session.shelve*

dist.zip
package-lock.json

/dist
Expand Down
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "ripe-sdk",
"version": "1.0.16",
"description": "The public SDK for RIPE Core",
"main": "src/js/index.js",
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripe-tech/ripe-sdk.git"
},
"keywords": [
"ripe",
"sdk",
"js"
],
"author": {
"name": "Platforme",
"url": "https://www.platforme.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ripe-tech/ripe-sdk/issues"
},
"homepage": "https://github.com/ripe-tech/ripe-sdk#readme",
"dependencies": {
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"mocha": "^4.0.1",
"gulp": "^3.9.1",
"gulp-zip": "^4.0.0",
"gulp-size": "^2.1.0",
"gulp-count": "^0.3.0",
"gulp-mocha": "^4.3.1",
"gulp-uglifyes": "^0.1.2",
"gulp-replace": "^0.6.1",
"eslint": "^3.19",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-mocha": "^4.11.0"
}
}
{
"name": "ripe-sdk",
"version": "1.0.16",
"description": "The public SDK for RIPE Core",
"main": "src/js/index.js",
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripe-tech/ripe-sdk.git"
},
"keywords": [
"ripe",
"sdk",
"js"
],
"author": {
"name": "Platforme",
"url": "https://www.platforme.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ripe-tech/ripe-sdk/issues"
},
"homepage": "https://github.com/ripe-tech/ripe-sdk#readme",
"dependencies": {
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"mocha": "^4.0.1",
"gulp": "^3.9.1",
"gulp-zip": "^4.0.0",
"gulp-size": "^2.1.0",
"gulp-count": "^0.3.0",
"gulp-mocha": "^4.3.1",
"gulp-uglifyes": "^0.1.2",
"gulp-replace": "^0.6.1",
"eslint": "^3.19",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-mocha": "^4.11.0"
}
}
1 change: 1 addition & 0 deletions src/js/main.join.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ripe-min.js": {
"files": [
"base/base.js",
"base/compat.js",
"base/interactable.js",
"base/observable.js",
"base/ripe.js",
Expand Down
7 changes: 7 additions & 0 deletions src/js/ripe-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c72900b

Please sign in to comment.