Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 12, 2016
1 parent bb8eb7c commit 6442452
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"cards",
"swipeable"
],
"version": "3.0.2",
"version": "3.0.3",
"main": "./dist/index.js",
"author": {
"name": "Gajus Kuizinas",
@@ -45,13 +45,13 @@
"vendor-prefix": "^0.1.0"
},
"scripts": {
"pragmatist": "pragmatist",
"lint": "npm run pragmatist lint",
"test": "npm run pragmatist test",
"build": "npm run pragmatist build",
"watch": "npm run pragmatist watch",
"watch-lint": "npm run pragmatist watch-lint",
"watch-test": "npm run pragmatist watch-test",
"watch-build": "npm run pragmatist watch-build"
"pragmatist": "pragmatist",
"lint": "npm run pragmatist lint",
"test": "npm run pragmatist test",
"build": "npm run pragmatist build",
"watch": "npm run pragmatist watch",
"watch-lint": "npm run pragmatist watch-lint",
"watch-test": "npm run pragmatist watch-test",
"watch-build": "npm run pragmatist watch-build"
}
}

0 comments on commit 6442452

Please sign in to comment.