@blueprintjs/icons
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0-rc.3
@@ -8,5 +8,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var IconContents = require("./generated/iconContents"); | ||
var tslib_1 = require("tslib"); | ||
var IconContents = tslib_1.__importStar(require("./generated/iconContents")); | ||
exports.IconContents = IconContents; | ||
var IconNames = require("./generated/iconNames"); | ||
var IconNames = tslib_1.__importStar(require("./generated/iconNames")); | ||
exports.IconNames = IconNames; | ||
@@ -13,0 +14,0 @@ var iconSvgPaths_1 = require("./generated/iconSvgPaths"); |
{ | ||
"name": "@blueprintjs/icons", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0-rc.3", | ||
"description": "Components, fonts, icons, and css files for creating and displaying icons.", | ||
@@ -12,3 +12,3 @@ "main": "lib/cjs/index.js", | ||
"scripts": { | ||
"compile": "npm-run-all -s 'compile:pre' -p 'compile:*'", | ||
"compile": "npm-run-all -s \"compile:pre\" -p \"compile:*\"", | ||
"compile:pre": "generate-icons-source", | ||
@@ -19,10 +19,10 @@ "compile:esm": "tsc -p ./src", | ||
"clean": "rm -rf dist/* && rm -rf lib/* && rm -rf src/generated/*", | ||
"dev": "npm-run-all -p 'compile:esm -- --watch' 'compile:css -- --watch'", | ||
"dist": "npm-run-all -s 'dist:*'", | ||
"dist:bundle": "NODE_ENV=production webpack", | ||
"dev": "npm-run-all -p \"compile:esm -- --watch\" \"compile:css -- --watch\"", | ||
"dist": "npm-run-all -s \"dist:*\"", | ||
"dist:bundle": "cross-env NODE_ENV=production webpack", | ||
"dist:variables": "generate-css-variables generated/_icon-variables.scss", | ||
"dist:verify": "assert-package-layout", | ||
"lint": "npm-run-all -p lint:stylelint lint:tslint", | ||
"lint:stylelint": "stylelint -s scss 'src/**/*.scss'", | ||
"lint:tslint": "tslint '{src,test}/**/*.{ts,tsx}' -e 'src/generated/**/*' -c ../tslint-config -t codeFrame", | ||
"lint:stylelint": "stylelint -s scss \"src/**/*.scss\"", | ||
"lint:tslint": "tslint \"{src,test}/**/*.{ts,tsx}\" -e \"src/generated/**/*\" -c ../tslint-config -t codeFrame", | ||
"lint-fix": "yarn lint:tslint --fix", | ||
@@ -36,3 +36,3 @@ "test": "npm-run-all -s compile:pre compile:cjs test:pre -p test:iso", | ||
"classnames": "^2.2", | ||
"tslib": "^1.5.0" | ||
"tslib": "^1.9.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
"tslint": "^5.9.0", | ||
"typescript": "~2.6.2", | ||
"typescript": "~2.7.2", | ||
"webpack": "^3.10.0" | ||
@@ -53,0 +53,0 @@ }, |
2234064
12319
Updatedtslib@^1.9.0