Skip to content

Commit

Permalink
chore(version): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Apr 1, 2018
1 parent 566dcda commit f1a8dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
src
6 changes: 4 additions & 2 deletions src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netbasal/spectator",
"description": "Angular tests made easy",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,11 @@
],
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"@types/jasmine": "^2.8.6",
"jquery": "^3.3.1",
"standard-version": "^4.3.0",
"typescript": "^2.8.1"
}
Expand Down

0 comments on commit f1a8dba

Please sign in to comment.