Skip to content

Commit

Permalink
Amended index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Jan 20, 2018
1 parent 1c9672d commit 823364d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions edge/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ declare namespace StylusSupremacy {
insertParenthesisAroundIfCondition?: boolean
insertNewLineBeforeElse?: boolean
insertLeadingZeroBeforeFraction?: boolean
selectorSeparator?: string
tabStopChar?: string
newLineChar?: string
quoteChar?: string
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "node ./test/runner.js",
"test-watch": "nodemon --watch edge --watch spec --ext js,json,styl --ignore spec/*-debugging.json --ignore spec/*-formatted.styl ./test/runner.js",
"docs": "browserify --transform [ babelify --presets [ es2015 ] ] --require lodash --require ./edge/format.js:format --require ./edge/createCodeForHTML.js:createCodeForHTML | uglifyjs > docs/format.js && node edge/reviseDocumentation.js",
"preversion": "npm test && npm run docs && node ./edge/reviseTypeDefinition.js && git commit --allow-empty --message=\"Updated the static site\" -- docs/*.*",
"preversion": "npm test && npm run docs && node ./edge/reviseTypeDefinition.js && git commit --allow-empty --message=\"Updated the static site\" -- docs/*.* edge/index.d.ts",
"version": "npm publish",
"postversion": "git push --tags --quiet origin master:master"
},
Expand Down

0 comments on commit 823364d

Please sign in to comment.