|
1 | 1 | { |
2 | 2 | "name": "graphql-playground", |
3 | | - "version": "1.1.2", |
| 3 | + "version": "1.1.3", |
4 | 4 | "main": "./lib/lib.js", |
5 | 5 | "typings": "./lib/lib.d.ts", |
6 | 6 | "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", |
|
17 | 17 | "start": "node scripts/start.js", |
18 | 18 | "prepublishOnly": "yarn build", |
19 | 19 | "copy-styles": "cat src/styles/*.css > playground.css", |
20 | | - "build": "rimraf lib && yarn build-app && yarn build-package && yarn copy-styles", |
| 20 | + "build": "rimraf dist build dist && yarn build-app && yarn build-package && yarn copy-styles", |
21 | 21 | "tsc": "tsc -p tsconfig.build.json", |
22 | | - "build-package": "rimraf lib && npm run tsc && babel lib -d lib && cp -r ./src/assets/ ./lib/assets/ && cd lib && rimraf *.jsx;", |
| 22 | + "build-package": "rimraf lib build/dist && npm run tsc && babel lib -d lib && cp -r ./src/assets/ ./lib/assets/ && cd lib && rimraf *.jsx;", |
23 | 23 | "build-app": "node scripts/build.js", |
24 | 24 | "test": "node scripts/test.js --env=jsdom", |
25 | 25 | "bump": "npm version patch --no-git-tag-version && git add package.json", |
|
94 | 94 | "tslint": "^5.5.0", |
95 | 95 | "tslint-graphcool-frontend": "^0.0.3", |
96 | 96 | "tslint-loader": "^3.5.3", |
97 | | - "typescript": "2.3.4", |
| 97 | + "typescript": "^2.6.1", |
98 | 98 | "url-loader": "0.5.7", |
99 | 99 | "webpack": "^3.8.1", |
100 | 100 | "webpack-dev-server": "^2.9.3", |
|
0 commit comments