@microsoft/atlas-js
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@microsoft/atlas-js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"public": true, | ||
"description": "Scripts backing the Atlas Design System used by Microsoft's Developer Relations.", | ||
"main": "dist/index.js", | ||
"source": "src/index.ts", | ||
"scripts": { | ||
@@ -23,4 +25,3 @@ "build": "tsc --project \"./tsconfig.json\" --outDir \"./dist\" --declaration true --declarationMap true", | ||
"dist", | ||
"src", | ||
"tokens" | ||
"src" | ||
], | ||
@@ -36,11 +37,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^8.8.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jasmine": "^4.1.3", | ||
"eslint-plugin-jsdoc": "^37.7.1", | ||
"eslint-plugin-jsdoc": "^38.1.3", | ||
"eslint-plugin-security": "^1.4.0", | ||
"rimraf": "^3.0.2", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.3" | ||
} | ||
} |
6690