chore(dependencies): publish new version, restore broken test script

This commit is contained in:
Dan Bucholtz
2018-01-09 00:15:37 -06:00
parent c05b8fc1c0
commit d558aa4570
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@ionic/core", "name": "@ionic/core",
"version": "0.0.2-37", "version": "0.0.2-38",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@ionic/core", "name": "@ionic/core",
"version": "0.0.2-37", "version": "0.0.2-38",
"description": "Base components for Ionic", "description": "Base components for Ionic",
"main": "dist/ionic.js", "main": "dist/ionic.js",
"types": "dist/types/index.d.ts", "types": "dist/types/index.d.ts",
@ -33,7 +33,7 @@
"e2e": "node ./scripts/e2e", "e2e": "node ./scripts/e2e",
"e2e-debug": "node --inspect --debug-brk ./scripts/e2e", "e2e-debug": "node --inspect --debug-brk ./scripts/e2e",
"snapshot": "node ./scripts/e2e --snapshot", "snapshot": "node ./scripts/e2e --snapshot",
"test": "echo 'skipping'", "test": "jest --no-cache",
"test.watch": "jest --watch --no-cache", "test.watch": "jest --watch --no-cache",
"clean": "rm -rf dist", "clean": "rm -rf dist",
"lint": "npm run tslint & npm run sass-lint", "lint": "npm run tslint & npm run sass-lint",