Skip to content

Commit

Permalink
Testing #13
Browse files Browse the repository at this point in the history
  • Loading branch information
postb99 committed May 13, 2016
1 parent 5ce43fc commit 5ba876f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,20 @@
"ionic",
"select control for ionic"
],
"author": {
"name": "OSAMES",
"url": "https://github.com/OSAMES/ionic-Select-Control"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/OSAMES/ionic-Select-Control/issues"
},
"homepage": "https://github.com/OSAMES/ionic-Select-Control#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"main-bower-files": "^2.11.1"
"gulp-uglify": "^1.5.3"
},
"dependencies": {
"angular": "^1.5",
"ionic": "^1"
}
}
21 changes: 21 additions & 0 deletions test/test_project/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "test_project",
"description": "Test Project using ionic-select-control",
"main": "index.js",
"authors": [
"[object Object]"
],
"license": "MIT",
"homepage": "https://github.com/OSAMES/ionic-Select-Control",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ionic-select-control": "^1.7.0"
}
}
14 changes: 14 additions & 0 deletions test/test_project/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "test_project",
"version": "1.0.0",
"description": "Test Project using ionic-select-control",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "OSAMES",
"url": "https://github.com/OSAMES/ionic-Select-Control"
},
"license": "MIT"
}

0 comments on commit 5ba876f

Please sign in to comment.