Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
96b47cc2b4 | |||
52f5d5f099 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tsn",
|
"name": "tsn",
|
||||||
"version": "2.0.16",
|
"version": "2.0.17",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "tsn",
|
"name": "tsn",
|
||||||
"version": "2.0.16",
|
"version": "2.0.17",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "TypeScript nightly to easily make use of latest features",
|
"description": "TypeScript nightly to easily make use of latest features",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
"bin": {
|
||||||
|
"tsbuild": "cli.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsrun test/test.ts",
|
"test": "tsrun test/test.ts",
|
||||||
"build": "node cli.ts.js"
|
"build": "node cli.ts.js"
|
||||||
|
Reference in New Issue
Block a user